Skip to content

Commit

Permalink
Bump Version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffeb3 committed Sep 30, 2024
1 parent 77c68ef commit 4d9c124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sandify",
"homepage": "https://sandify.org",
"version": "1.0.0",
"version": "1.1.1",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/features/app/appSlice.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const SANDIFY_VERSION = "1.0.0" // Also change the version in package.json.
export const SANDIFY_VERSION = "1.1.1" // Also change the version in package.json.
export const selectState = (state) => state
export const selectAppState = (state) => state.app

0 comments on commit 4d9c124

Please sign in to comment.