Skip to content

Commit

Permalink
Merge Release 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Oct 12, 2024
2 parents 60eb85b + 88d6a28 commit 6d8eeb5
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "app.vger.voyager"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 263
versionName "2.18.1"
versionCode 264
versionName "2.18.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
4 changes: 2 additions & 2 deletions 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.18.1</string>
<string>2.18.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>263</string>
<string>264</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "voyager",
"description": "A progressive webapp Lemmy client",
"private": true,
"version": "2.18.1",
"version": "2.18.2",
"type": "module",
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:voyager-ionic-core@8.3.1"
"@ionic/core": "npm:voyager-ionic-core@8.2.6"
},
"patchedDependencies": {
"@capacitor/browser@6.0.2": "patches/@capacitor__browser@6.0.2.patch",
Expand All @@ -46,9 +46,9 @@
"@capacitor/share": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@github/markdown-toolbar-element": "^2.2.3",
"@ionic/core": "npm:voyager-ionic-core@8.3.1",
"@ionic/react": "8.3.1",
"@ionic/react-router": "8.3.1",
"@ionic/core": "npm:voyager-ionic-core@8.2.6",
"@ionic/react": "8.2.6",
"@ionic/react-router": "8.2.6",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@reduxjs/toolkit": "^2.2.7",
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d8eeb5

Please sign in to comment.