Skip to content

Commit

Permalink
Merge pull request #10 from morrowdigital/chore/bump-version
Browse files Browse the repository at this point in the history
[Chore] Bumped version from 1.0.0 to 2.0.0
  • Loading branch information
ChronSyn authored Feb 10, 2023
2 parents 3d888ce + fe966f8 commit 49b9233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "wmlDB",
"slug": "wmlDB",
"version": "1.0.0",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
},
"private": true,
"name": "wmlDB",
"version": "1.0.0"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morrowdigital/watermelondb-expo-plugin",
"version": "1.0.0",
"version": "2.0.0",
"main": "build/withWatermelon.js",
"types": "build/withWatermelon.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 49b9233

Please sign in to comment.