Skip to content
This repository has been archived by the owner on Jul 17, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Feb 3, 2021
1 parent d0c422b commit b360245
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
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.1](https://github.com/robingenz/dhbw-dualis-app/compare/v1.1.0...v1.1.1) (2021-02-03)


### Bug Fixes

* timeout causes unknown error ([#77](https://github.com/robingenz/dhbw-dualis-app/issues/77)) ([4cf0f4f](https://github.com/robingenz/dhbw-dualis-app/commit/4cf0f4fbcd0baa4c526420f9b8a2522c0b237e80))

## [1.1.0](https://github.com/robingenz/dhbw-dualis-app/compare/v1.0.0...v1.1.0) (2021-01-07)


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 "de.robingenz.dhbw.dualis"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/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.1.0</string>
<string>1.1.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
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": "dhbw-dualis-app",
"version": "1.1.0",
"version": "1.1.1",
"author": "Robin Genz <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/robingenz/dhbw-dualis-app",
Expand Down

0 comments on commit b360245

Please sign in to comment.