Skip to content

Commit

Permalink
fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Jul 12, 2024
1 parent 468cb4c commit 5c4dfd0
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": "romajs",
"version": "1.1.2",
"version": "1.1.1",
"description": "Roma: a TEI customization tool in React+Redux",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Roma version
export default '1.1.2'
export default '1.1.1'

0 comments on commit 5c4dfd0

Please sign in to comment.