Skip to content

Commit f97b0d1

Browse files
committed
Increase version to 1.8.0
1 parent c0024e4 commit f97b0d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.7.0",
8+
"version": "1.8.0",
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 @@ found.
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.7.0`. For example `https://github.com/bazyleu/UniState.git?path=Assets/UniState#1.7.0`.
163+
like `#1.8.0`. For example `https://github.com/bazyleu/UniState.git?path=Assets/UniState#1.8.0`.
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)
@@ -169,7 +169,7 @@ You can find latest version number [here](https://github.com/bazyleu/UniState/re
169169
### Option 2: Add via manifest.json
170170

171171
You can add `"com.bazyleu.unistate": "https://github.com/bazyleu/UniState.git?path=Assets/UniState"` (or with version
172-
tag `https://github.com/bazyleu/UniState.git?path=Assets/UniState#1.6.0`) to `Packages/manifest.json`.
172+
tag `https://github.com/bazyleu/UniState.git?path=Assets/UniState#1.8.0`) to `Packages/manifest.json`.
173173

174174
## Performance
175175

0 commit comments

Comments
 (0)