Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
domonkosadam committed Oct 4, 2024
1 parent ca6e2ae commit 540a9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/flutter_parent/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description: Canvas Parent
# 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: 3.11.0+51
version: 3.12.0+52

module:
androidX: true
Expand Down
4 changes: 2 additions & 2 deletions apps/parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
applicationId "com.instructure.parentapp"
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode 50
versionName "3.10.0"
versionCode 52
versionName "3.12.0"

buildConfigField "boolean", "IS_TESTING", "false"
testInstrumentationRunner 'com.instructure.parentapp.ui.espresso.ParentHiltTestRunner'
Expand Down

0 comments on commit 540a9b9

Please sign in to comment.