Skip to content

Commit

Permalink
Merge pull request #9 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.1.4
  • Loading branch information
uurha committed Oct 7, 2024
1 parent 2397cc7 commit bee96a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Runtime/BetterSaves.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"versionDefines": [
{
"name": "com.tdw.better.services",
"expression": "0.1.3",
"expression": "0.1.4",
"define": "BETTER_SERVICES"
},
{
"name": "com.tdw.better.locators",
"expression": "0.1.12",
"expression": "0.1.13",
"define": "BETTER_LOCATORS"
},
{
"name": "com.tdw.better.singletons",
"expression": "0.1.0",
"expression": "0.1.1",
"define": "BETTER_SINGLETONS"
}
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "com.tdw.better.saves",
"displayName": "Better Saves",
"version": "0.1.3",
"version": "0.1.4",
"unity": "2021.3",
"description": " ",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons": "0.0.44",
"com.tdw.better.projectsettings": "0.1.3"
"com.tdw.better.commons": "0.0.57",
"com.tdw.better.projectsettings": "0.1.4"
},
"author": {
"name": "Better Plugins",
Expand Down

0 comments on commit bee96a0

Please sign in to comment.