Skip to content

Commit 6b36ea4

Browse files
Merge pull request #4 from PlaytikaOSS/release/v1.1.0
increase package version to 1.1.0
2 parents bed5441 + 4b2760c commit 6b36ea4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install via UPM and the Git URL:
2828
Navigate to your project Packages folder and modify the manifest.json file.
2929
Add this line below the "dependencies": { line
3030
```json
31-
"com.playtika.controllers-tree": "https://github.com/PlaytikaOSS/controllers-tree.git?path=src/ControllersTree#v1.0.0",
31+
"com.playtika.controllers-tree": "https://github.com/PlaytikaOSS/controllers-tree.git?path=src/ControllersTree#v1.1.0",
3232
```
3333
Reload the project and UPM will install the package.
3434

README_ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Добавьте следующую строку после строки "dependencies": {
55
```json
6-
"com.playtika.controllers-tree": "https://github.com/PlaytikaOSS/controllers-tree.git?path=src/ControllersTree#v1.0.0",
6+
"com.playtika.controllers-tree": "https://github.com/PlaytikaOSS/controllers-tree.git?path=src/ControllersTree#v1.1.0",
77
```
88
Перезагрузите проект, и UPM установит пакет.
99

src/ControllersTree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.playtika.controllers-tree",
33
"displayName": "ControllersTree",
4-
"version": "1.0.0",
5-
"unity": "2018.3",
4+
"version": "1.1.0",
5+
"unity": "2021.3",
66
"description": "Framework for organising game logic into scalable, maintainable hierarchies of controllers.",
77
"keywords": ["Unity", "HMVC", "controllers-tree", "Hierarchy of controllers", "Unity controllers"],
88
"documentationUrl": "https://github.com/PlaytikaOSS/controllers-tree/blob/main/README.md"

0 commit comments

Comments
 (0)