From d618c0b23ce26016cd611400fd810f7ce5becb3a Mon Sep 17 00:00:00 2001 From: Jakub Grzywacz Date: Mon, 19 Jul 2021 19:45:55 +0200 Subject: [PATCH] fix: update version --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cd96216..277837b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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 (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" @@ -103,7 +103,7 @@ "publish": true }, "github": { - "release": false + "release": true }, "plugins": { "@release-it/conventional-changelog": {