Skip to content

Commit

Permalink
Merge pull request #3 from techno-dwarf-works/feature/refactoring
Browse files Browse the repository at this point in the history
Version 0.0.3
  • Loading branch information
uurha committed Aug 24, 2024
1 parent 71f8049 commit 01f4341
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Runtime/BetterContexts.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"versionDefines": [
{
"name": "com.tdw.better.locators",
"expression": "0.1.10",
"expression": "0.1.12",
"define": "BETTER_LOCATORS"
},
{
"name": "com.tdw.better.services",
"expression": "0.1.1",
"expression": "0.1.3",
"define": "BETTER_SERVICES"
}
],
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.contexts",
"displayName": "Better Contexts",
"version": "0.0.2",
"version": "0.0.3",
"unity": "2021.3",
"description": " ",
"dependencies": {
"com.tdw.better.internal.core": "0.0.2",
"com.tdw.better.commons": "0.0.22",
"com.uurha.betterattributes": "3.1.5"
"com.tdw.better.commons": "0.0.44",
"com.tdw.better.attributes": "0.0.1"
},
"author": {
"name": "Better Plugins",
Expand Down

0 comments on commit 01f4341

Please sign in to comment.