Skip to content

Commit 18749e3

Browse files
Merge pull request #11 from PlaytikaOSS/release/v1.2.0
increased version to v1.2.0
2 parents 3e06ace + 01a447e commit 18749e3

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.1.0",
31+
"com.playtika.controllers-tree": "https://github.com/PlaytikaOSS/controllers-tree.git?path=src/ControllersTree#v1.2.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.1.0",
6+
"com.playtika.controllers-tree": "https://github.com/PlaytikaOSS/controllers-tree.git?path=src/ControllersTree#v1.2.0",
77
```
88
Перезагрузите проект, и UPM установит пакет.
99

src/ControllersTree/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.playtika.controllers-tree",
33
"displayName": "ControllersTree",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"unity": "2021.3",
6-
"description": "Framework for organising game logic into scalable, maintainable hierarchies of controllers.",
6+
"description": "Framework for organizing 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"
99
}

0 commit comments

Comments
 (0)