Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.0](v0.2.0...v0.3.0) (2021-04-04)

### Features

* add home screen search [wip] ([38f32bf](38f32bf))
* improve search ([1174f5a](1174f5a))

### Bug Fixes

* color scheme ([675d71c](675d71c))
* update types ([8bbd882](8bbd882))
  • Loading branch information
semantic-release-bot authored and DiogoAbu committed Apr 4, 2021
1 parent 8bbd882 commit d65eac7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

/**
Expand Down
4 changes: 2 additions & 2 deletions ios/Pokedex/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2000</string>
<string>3000</string>
<key>LSRequiresIPhoneOS</key>
<true />
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/PokedexTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2000</string>
<string>3000</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokedex",
"version": "0.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"rn": "react-native",
Expand Down

0 comments on commit d65eac7

Please sign in to comment.