From d65eac743c3b2006cfa4338e53ca99a69d749114 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Apr 2021 05:27:50 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] ## [0.3.0](https://github.com/DiogoAbu/pokedex/compare/v0.2.0...v0.3.0) (2021-04-04) ### Features * add home screen search [wip] ([38f32bf](https://github.com/DiogoAbu/pokedex/commit/38f32bff1bdf4c83ffa19891a9e29b7134b6192a)) * improve search ([1174f5a](https://github.com/DiogoAbu/pokedex/commit/1174f5a7ad4e9ecae6bc6f387eab4b67185c94e8)) ### Bug Fixes * color scheme ([675d71c](https://github.com/DiogoAbu/pokedex/commit/675d71cde9f64d226f5bfc4f8360ffef461dbe52)) * update types ([8bbd882](https://github.com/DiogoAbu/pokedex/commit/8bbd88233e79794af09fbfd68fe41a067eca2fb7)) --- android/app/build.gradle | 4 ++-- ios/Pokedex/Info.plist | 4 ++-- ios/PokedexTests/Info.plist | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e3e70c0..8734d22 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -144,8 +144,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled true - versionCode 2000 - versionName "0.2.0" + versionCode 3000 + versionName "0.3.0" archivesBaseName = "Pokedex-v$versionName" /** diff --git a/ios/Pokedex/Info.plist b/ios/Pokedex/Info.plist index 0d06880..d8b9343 100644 --- a/ios/Pokedex/Info.plist +++ b/ios/Pokedex/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleSignature ???? CFBundleVersion - 2000 + 3000 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/PokedexTests/Info.plist b/ios/PokedexTests/Info.plist index cb46f63..2540053 100644 --- a/ios/PokedexTests/Info.plist +++ b/ios/PokedexTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.0 + 0.3.0 CFBundleSignature ???? CFBundleVersion - 2000 + 3000 diff --git a/package.json b/package.json index b27a7f7..d24d258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokedex", - "version": "0.2.0", + "version": "0.3.0", "private": true, "scripts": { "rn": "react-native",