We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67e0a8 commit 249f2a3Copy full SHA for 249f2a3
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sandify",
3
"homepage": "https://sandify.org",
4
- "version": "1.2.2",
+ "version": "1.3.0",
5
"private": true,
6
"dependencies": {
7
"@dnd-kit/core": "^6.3.1",
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
0 commit comments