Skip to content

Commit

Permalink
chore(release): v1.0.1-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrk committed May 14, 2021
1 parent 09e712a commit 5af908c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

<a name="v1.0.1-alpha.3"></a>
## [v1.0.1-alpha.3](https://github.com/Cloudoki/appdoki-rn/compare/v1.0.1-alpha.2...v1.0.1-alpha.3)
###### *May 14, 2021*

### Performance Improvements

* **other:** update release signing (#32) ([09e712a](https://github.com/Cloudoki/appdoki-rn/commit/09e712a)),


<a name="v1.0.1-alpha.2"></a>
## [v1.0.1-alpha.2](https://github.com/Cloudoki/appdoki-rn/compare/v1.0.1-alpha.1...v1.0.1-alpha.2)
###### *May 3, 2021*
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
// BEGIN VERSIONS
versionCode 6
versionName "1.0.1-alpha.2"
versionCode 7
versionName "1.0.1-alpha.3"
multiDexEnabled true
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "appdoki",
"displayName": "appdoki",
"version": "1.0.1-alpha.2"
"version": "1.0.1-alpha.3"
}
4 changes: 2 additions & 2 deletions ios/appdoki/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1-alpha.2</string>
<string>1.0.1-alpha.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1620033683123</string>
<string>1620995144810</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appdoki-rn",
"version": "1.0.1-alpha.2",
"version": "1.0.1-alpha.3",
"homepage": "https://github.com/Cloudoki/appdoki-rn.git#readme",
"bugs": {
"url": "https://github.com/Cloudoki/appdoki-rn/issues"
Expand Down

0 comments on commit 5af908c

Please sign in to comment.