Skip to content

Commit

Permalink
- CHG: Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Nov 9, 2023
1 parent fd72804 commit ee14fc9
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,6 +1,6 @@
{
"name": "gridscore",
"version": "2.2.0",
"version": "2.3.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const gridScoreVersion = '2.2.0'
const gridScoreVersion = '2.3.0'

const NAVIGATION_MODE_DRAG = 'DRAG'
const NAVIGATION_MODE_JUMP = 'JUMP'
Expand Down

0 comments on commit ee14fc9

Please sign in to comment.