Skip to content

Commit

Permalink
Merge pull request #180 from e-picsa/chore/cap-updates
Browse files Browse the repository at this point in the history
chore: bump capacitor version
  • Loading branch information
chrismclarke authored Sep 24, 2023
2 parents 33fe649 + 758155f commit 80f0c14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/picsa-apps/extension-app-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.picsa.extension"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3034001
versionName "3.34.1"
versionCode 3034002
versionName "3.34.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 1 addition & 1 deletion libs/environments/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import packageJson from '../../../package.json';

export const APP_VERSION = {
number: packageJson.version,
date: '2023-09-20',
date: '2023-09-24',
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picsa-apps",
"version": "3.34.1",
"version": "3.34.2",
"license": "See LICENSE",
"scripts": {
"ng": "nx",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@capacitor-firebase/performance": "^5.1.0",
"@capacitor/app": "^5.0.6",
"@capacitor/browser": "^5.1.0",
"@capacitor/core": "^5.4.0",
"@capacitor/core": "^5.4.1",
"@capacitor/device": "^5.0.6",
"@capacitor/filesystem": "^5.1.4",
"@ionic-native/core": "^5.36.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2403,12 +2403,12 @@ __metadata:
languageName: node
linkType: hard

"@capacitor/core@npm:^5.4.0":
version: 5.4.0
resolution: "@capacitor/core@npm:5.4.0"
"@capacitor/core@npm:^5.4.1":
version: 5.4.1
resolution: "@capacitor/core@npm:5.4.1"
dependencies:
tslib: ^2.1.0
checksum: 41f013f71dbf38a4e3c7261fbfeff5e443879b569cd27be7a5da74ffdf9817b3526b2835402fe93933a285b2571de50d3bfd8f65ed829e645dcde24085db5d00
checksum: ec6a9f484b3d30e0813b63281634c4a722ed07f47f85d1e7d7d578b7833812325e0014a8f1e8482f23d3826b57736e119ef6b98547934228ba089abc608fd2b4
languageName: node
linkType: hard

Expand Down Expand Up @@ -17687,7 +17687,7 @@ __metadata:
"@capacitor/app": ^5.0.6
"@capacitor/browser": ^5.1.0
"@capacitor/cli": latest
"@capacitor/core": ^5.4.0
"@capacitor/core": ^5.4.1
"@capacitor/device": ^5.0.6
"@capacitor/filesystem": ^5.1.4
"@ionic-native/core": ^5.36.0
Expand Down

0 comments on commit 80f0c14

Please sign in to comment.