Skip to content

Commit

Permalink
Updated version and dependency versions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danae committed Sep 2, 2024
1 parent 5b64b29 commit fb21bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.audune.localization",
"displayName": "Localization",
"version": "1.2.2",
"version": "2.0.0",
"unity": "2022.3",
"description": "Simple string localization system for Unity 2022 LTS or higher",
"documentationUrl": "https://github.com/audunegames/localization",
"changelogUrl": "https://github.com/audunegames/localization/commits/v1.2.2",
"changelogUrl": "https://github.com/audunegames/localization/commits/v2.0.0",
"licensesUrl": "https://www.gnu.org/licenses/gpl-3.0.html",
"license": "GPL-3.0-or-later",
"author": {
Expand All @@ -16,6 +16,6 @@
"dependencies": {
"com.audune.utils.types": "1.0.0",
"com.audune.utils.dictionary": "1.0.1",
"com.audune.utils.unityeditor": "2.0.2"
"com.audune.utils.unityeditor": "2.0.5"
}
}

0 comments on commit fb21bf6

Please sign in to comment.