Skip to content

Commit

Permalink
Publish version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennik2000 committed Jun 23, 2020
1 parent ed5a7b6 commit 987a889
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}

def flutterVersionCode = '2'
def flutterVersionName = '1.0.0'
def flutterVersionCode = '3'
def flutterVersionName = '1.0.1'

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
Expand Down
2 changes: 1 addition & 1 deletion lib/common/application_constants.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const String ApplicationVersion = "1.0.0";
const String ApplicationVersion = "1.0.1";
const String ApplicationSourceCodeUrl =
"https://github.com/Bennik2000/DHBWStudentInformationApp";
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: An app for the DHBW Stuttgart
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
version: 1.0.1+1

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 987a889

Please sign in to comment.