Skip to content

Commit

Permalink
bump version (2.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed May 8, 2021
1 parent 869e845 commit ef140ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions maths-club-app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "io.c2dev.samimathsclub"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2006004
versionName "2.6.4"
versionCode 2007000
versionName "2.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion maths-club-app/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>2.6.4</string>
<string>2.7.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion maths-club-app/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def capacitor_pods
# Automatic Capacitor Pod dependencies, do not delete
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCommunityFirebaseAnalytics', :path => '../../node_modules/@capacitor-community/firebase-analytics'
pod 'CapacitorCommunityFirebaseAnalytics', :path => '..\..\node_modules\@capacitor-community\firebase-analytics'
# Do not delete
end

Expand Down
2 changes: 1 addition & 1 deletion maths-club-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sami-maths-club-app",
"version": "2.6.4",
"version": "2.7.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sami-maths-club",
"version": "2.6.4",
"version": "2.7.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ef140ee

Please sign in to comment.