Skip to content

Commit 249f2a3

Browse files
committed
Bump version.
1 parent a67e0a8 commit 249f2a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sandify",
33
"homepage": "https://sandify.org",
4-
"version": "1.2.2",
4+
"version": "1.3.0",
55
"private": true,
66
"dependencies": {
77
"@dnd-kit/core": "^6.3.1",

src/features/app/appSlice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const SANDIFY_VERSION = "1.2.2" // Also change the version in package.json.
1+
export const SANDIFY_VERSION = "1.3.0" // Also change the version in package.json.
22
export const selectState = (state) => state
33
export const selectAppState = (state) => state.app

0 commit comments

Comments
 (0)