Skip to content

Commit

Permalink
fix: package version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv authored Jan 31, 2022
1 parent 2853876 commit a794bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "xor",
"private": true,
"version": "0.0.1",
"license": "LGPL-3.0",
"main": "dist/index.js",
"version": "1.0.0-beta.1",
"authors": [
{
"name": "Roj",
Expand Down Expand Up @@ -42,4 +42,4 @@
"prettier --write"
]
}
}
}

0 comments on commit a794bbb

Please sign in to comment.