diff --git a/android/build.gradle b/android/build.gradle index b755f44..938ec19 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,14 +4,14 @@ plugins { } group = 'expo.modules.blenfcreader' -version = '0.1.0' +version = '0.2.0' android { namespace "expo.modules.blenfcreader" defaultConfig { minSdkVersion 23 versionCode 1 - versionName "0.1.0" + versionName "0.2.0" } lintOptions { abortOnError false diff --git a/ios/ReactNativeBleNfcReader.podspec b/ios/ReactNativeBleNfcReader.podspec index 2627541..29be8c3 100644 --- a/ios/ReactNativeBleNfcReader.podspec +++ b/ios/ReactNativeBleNfcReader.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ReactNativeBleNfcReader' - s.version = '0.1.0' + s.version = '0.2.0' s.summary = 'React Native BLE NFC reader' s.description = 'Expo native module for ACS BLE NFC readers' s.author = 'countertek' diff --git a/package.json b/package.json index a4a18b0..d4b6177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@countertek/react-native-ble-nfc-reader", - "version": "0.1.0", + "version": "0.2.0", "description": "Expo native module for ACS BLE NFC Readers", "main": "build/index.js", "types": "build/index.d.ts",