Skip to content

Commit

Permalink
release: v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 3, 2020
1 parent 0b72694 commit be4f25b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="0.5.4"></a>
# 0.5.4 (2020-02-03)

### Fix

* local notifications random ID

<a name="0.5.3"></a>
# 0.5.3 (2020-02-02)

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.tietracker.app"
minSdkVersion 21
targetSdkVersion 28
versionCode 8
versionName "0.5.3"
versionCode 9
versionName "0.5.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.5.3;
MARKETING_VERSION = 0.5.4;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.tietracker.app;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -369,7 +369,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 0.5.3;
MARKETING_VERSION = 0.5.4;
PRODUCT_BUNDLE_IDENTIFIER = com.tietracker.app;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = USE_PUSH;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tietracker",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"dependencies": {
"@capacitor/android": "^1.4.0",
Expand Down

0 comments on commit be4f25b

Please sign in to comment.