Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Jul 19, 2021
1 parent aadf41c commit d618c0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-emoji-keyboard",
"version": "0.1.1-beta.1",
"version": "0.2.0",
"description": ".",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -37,13 +37,13 @@
"ios",
"android"
],
"repository": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard",
"repository": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard",
"author": "Jakub Grzywacz <kontakt@jakubgrzywacz.pl> (https://github.com/jakex7)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard/issues"
"url": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues"
},
"homepage": "https://github.com/TheWidlarzGroup/react-native-emoji-keyboard#readme",
"homepage": "https://github.com/TheWidlarzGroup/rn-emoji-keyboard#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down Expand Up @@ -103,7 +103,7 @@
"publish": true
},
"github": {
"release": false
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit d618c0b

Please sign in to comment.