Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Asraf committed Aug 11, 2020
1 parent 450b1ee commit ed994e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[*.md]
trim_trailing_whitespace = false
insert_final_newline = true

[*.plist]
tab_width = 2
indent_style = tab
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
multiDexEnabled true

// VERSION
versionCode 46
versionName "1.1.7+3"
versionCode 47
versionName "1.1.8"
}

// flavorDimensions "version"
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/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.7+3</string>
<string>1.1.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dungeon_paper
description: A Dungeon World character sheet app written with Flutter.
version: 1.1.7+2
version: 1.1.8

dependencies:
flutter:
Expand Down

0 comments on commit ed994e3

Please sign in to comment.