Skip to content

Commit

Permalink
Increated version to make a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pak762 committed Jul 8, 2021
1 parent 2a1198e commit 185a729
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are in production and not want to get automatic updates always use a tagg

```js
...
"com.innogames.asset-relations-viewer": "https://github.com/innogames/asset-relations-viewer.git#1.2.3",
"com.innogames.asset-relations-viewer": "https://github.com/innogames/asset-relations-viewer.git#1.2.4",
...

```
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**1.2.4**
- Increased version to make a new release

**1.2.3**
- Fixed issue with dependency resolvers getting updated several times when a dependency resolver gets activated/deactivated in the AssetRelationsViewer
- Sped up calculation for asset sizes by adding cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.innogames.asset-relations-viewer",
"displayName": "Asset Relations Viewer",
"description": "Editor UI for displaying dependencies between assets in a tree based view",
"version": "1.2.3",
"version": "1.2.4",
"unity": "2018.4",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 185a729

Please sign in to comment.