Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jul 16, 2019
1 parent 57d1ec6 commit 79fa882
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.1](https://github.com/mob-sakai/UpmGitExtension/tree/0.9.1) (2019-07-16)

[Full Changelog](https://github.com/mob-sakai/UpmGitExtension/compare/0.9.0...0.9.1)

**Fixed bugs:**

- Package.json version mismatch in v0.9.0 [\#43](https://github.com/mob-sakai/UpmGitExtension/issues/43)

## [0.9.0](https://github.com/mob-sakai/UpmGitExtension/tree/0.9.0) (2019-07-09)

[Full Changelog](https://github.com/mob-sakai/UpmGitExtension/compare/0.8.3...0.9.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Find `Packages/manifest.json` in your project and edit it to look like this:
```js
{
"dependencies": {
"com.coffee.upm-git-extension": "https://github.com/mob-sakai/UpmGitExtension.git#0.9.0",
"com.coffee.upm-git-extension": "https://github.com/mob-sakai/UpmGitExtension.git#0.9.1",
...
},
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "com.coffee.upm-git-extension",
"displayName": "UPM Git Extension",
"description": "This plugin extends the UI of Unity Package Manager for the packages installed with git.\n\n - Support GitHub, Bitbucket and GitLab\n - Add link to the repogitory\n - link to the online documents\n - Update the package with a specific tag/branch\n - Remove the package",
"version": "0.8.3",
"description": "This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.\n\n - Support GitHub, GitLab, Bitbucket, etc.\n - Link to the repogitory and offline documents\n - Install the package from git repository with UI\n - Update the package with a specific tag/branch\n - Remove the package",
"version": "0.9.1",
"unity": "2018.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mob-sakai/UpmGitExtension.git"
},
"src": "Assets/UpmGitExtension",
"src": "Packages/UpmGitExtension",
"author": "mob-sakai <[email protected]> (https://github.com/mob-sakai)",
"dependencies": {
}
Expand Down

0 comments on commit 79fa882

Please sign in to comment.