Skip to content

Commit 6001f8a

Browse files
committed
Increase version to 1.9.1
1 parent 6f0bf6f commit 6001f8a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Assets/UniState/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Dzmitry Bazyleu",
66
"url": "https://www.linkedin.com/in/dzmitry-bazyleu/"
77
},
8-
"version": "1.9.0",
8+
"version": "1.9.1",
99
"unity": "2021.3",
1010
"description": "UniState is a modern, high-performance, scalable state machine package for Unity.",
1111
"keywords": [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ That's it! Your first UniState project is set up. You can find a more detailed w
160160
You can add `https://github.com/bazyleu/UniState.git?path=Assets/UniState` to Package Manager.
161161

162162
It is a good practice to specify target version, UniState uses the `*.*.*` release tag so you can specify a version
163-
like `#1.9.0`. For example `https://github.com/bazyleu/UniState.git?path=Assets/UniState#1.9.0`.
163+
like `#1.9.1`. For example `https://github.com/bazyleu/UniState.git?path=Assets/UniState#1.9.1`.
164164
You can find latest version number [here](https://github.com/bazyleu/UniState/releases).
165165

166166
![image](https://github.com/user-attachments/assets/120e6750-1f33-44f7-99c8-a3e7fa166d21)
@@ -1218,4 +1218,4 @@ private void RegisterStates(ContainerBuilder builder)
12181218

12191219
## License
12201220

1221-
This library is under the MIT License. Full text is [here](LICENSE).
1221+
This library is under the MIT License. Full text is [here](LICENSE).

0 commit comments

Comments
 (0)