Skip to content

Commit

Permalink
build: release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 committed Apr 3, 2021
1 parent a01aea0 commit 83bbda4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keys",
"version": "0.0.3",
"version": "0.0.5",
"description": "secure keys through jni",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -86,8 +86,8 @@
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
"commitMessage": "chore: release 0.0.5",
"tagName": "v0.0.5"
},
"npm": {
"publish": true,
Expand Down

0 comments on commit 83bbda4

Please sign in to comment.