Skip to content

Commit

Permalink
fix: hotfix: version bump to fix android build error (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBellomo authored Nov 1, 2022
1 parent 6e1ee7a commit eeaddc0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).

## [2.0.2] - 2022-11-01
### Fixed
* Bumped Unity editor version to fix android build error (#779)

## [2.0.1] - 2022-10-25

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation.components": "https://github.com/Unity-Technologies/NavMeshComponents.git#package",
"com.unity.cinemachine": "2.8.6",
"com.unity.cinemachine": "2.8.9",
"com.unity.collab-proxy": "1.17.2",
"com.unity.ide.rider": "3.0.15",
"com.unity.ide.visualstudio": "2.0.16",
Expand All @@ -14,7 +14,7 @@
"com.unity.performance.profile-analyzer": "1.1.1",
"com.unity.postprocessing": "3.2.2",
"com.unity.render-pipelines.universal": "12.1.7",
"com.unity.services.authentication": "2.1.1",
"com.unity.services.authentication": "2.2.0",
"com.unity.services.lobby": "1.0.3",
"com.unity.services.relay": "1.0.3",
"com.unity.test-framework": "1.1.31",
Expand Down
12 changes: 7 additions & 5 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
"url": "https://packages.unity.com"
},
"com.unity.cinemachine": {
"version": "2.8.6",
"version": "2.8.9",
"depth": 0,
"source": "registry",
"dependencies": {},
"dependencies": {
"com.unity.test-framework": "1.1.31"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
Expand Down Expand Up @@ -215,19 +217,19 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "2.1.1",
"version": "2.2.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.services.core": "1.4.2",
"com.unity.services.core": "1.4.3",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.4.2",
"version": "1.4.3",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Git LFS file not shown
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.10f1
m_EditorVersionWithRevision: 2021.3.10f1 (1c7d0df0160b)
m_EditorVersion: 2021.3.12f1
m_EditorVersionWithRevision: 2021.3.12f1 (8af3c3e441b1)

0 comments on commit eeaddc0

Please sign in to comment.