Skip to content

Commit

Permalink
bumped version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Oct 4, 2020
1 parent 39d3e10 commit ba87ec6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\Asus\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\flutter
flutter.buildMode=release
flutter.versionName=1.0.2
flutter.versionCode=2
flutter.versionName=1.0.5
flutter.versionCode=7
8 changes: 6 additions & 2 deletions ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ FLUTTER_BUILD_DIR=build
SYMROOT=${SOURCE_ROOT}/../build\ios
OTHER_LDFLAGS=$(inherited) -framework Flutter
FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios
FLUTTER_BUILD_NAME=1.0.1
FLUTTER_BUILD_NUMBER=1
FLUTTER_BUILD_NAME=1.0.4
FLUTTER_BUILD_NUMBER=6
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=false
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=.packages
8 changes: 6 additions & 2 deletions ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_BUILD_NAME=1.0.1"
export "FLUTTER_BUILD_NUMBER=1"
export "FLUTTER_BUILD_NAME=1.0.4"
export "FLUTTER_BUILD_NUMBER=6"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"
2 changes: 1 addition & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -503,4 +503,4 @@
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
}
2 changes: 1 addition & 1 deletion lib/ui/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AboutDialog extends StatelessWidget {
@override
Widget build(BuildContext context) {
return CupertinoAlertDialog(
title: new Text("GGSIPU Notices v1.0.4+6"),
title: new Text("GGSIPU Notices v1.0.5+7"),
content: Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
Expand Down
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: A new Flutter project.
# 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.4+6
version: 1.0.5+7

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

0 comments on commit ba87ec6

Please sign in to comment.