diff --git a/package.json b/package.json index d95f54a9..6281b7f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sandify", "homepage": "https://sandify.org", - "version": "1.2.2", + "version": "1.3.0", "private": true, "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/src/features/app/appSlice.js b/src/features/app/appSlice.js index 69b6643f..b6b209b5 100644 --- a/src/features/app/appSlice.js +++ b/src/features/app/appSlice.js @@ -1,3 +1,3 @@ -export const SANDIFY_VERSION = "1.2.2" // Also change the version in package.json. +export const SANDIFY_VERSION = "1.3.0" // Also change the version in package.json. export const selectState = (state) => state export const selectAppState = (state) => state.app