Skip to content

Commit

Permalink
Update all versions to v1.0.1
Browse files Browse the repository at this point in the history
Fixed package.json using 1.0.0 for both v0.1.0 and v1.0.0 which was causing problems
  • Loading branch information
grahamboree committed Jul 16, 2022
1 parent 67f85d4 commit cd197e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [v1.0.1]

### Fixed

- Package json version number matches release number now.

## [v1.0.0]

### Added
Expand All @@ -28,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial version

[unreleased]: https://github.com/grahamboree/tilde/compare/v1.0.0...HEAD
[unreleased]: https://github.com/grahamboree/tilde/compare/v1.0.1...HEAD
[1.0.0]: https://github.com/grahamboree/tilde/releases/tag/v1.0.1
[1.0.0]: https://github.com/grahamboree/tilde/releases/tag/v1.0.0
[0.1.0]: https://github.com/grahamboree/tilde/releases/tag/v0.1.0
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.grahamboree.tilde",
"displayName": "tilde",
"documentationUrl": "https://github.com/grahamboree/tilde",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2019.4",
"description": "A remote developer console for Unity",
"keywords": [
Expand Down

0 comments on commit cd197e8

Please sign in to comment.