Skip to content

Commit bd2829e

Browse files
version
1 parent 208de4c commit bd2829e

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
1010
versionCode 1
11-
versionName "1.3.35"
11+
versionName "1.3.36"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

info/dev/preparing-changelog.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
- File uploader to mobile fixed.
2-
- Local room events save storage added. (Desktop only)
3-
- Lag issues fixed.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
INFOPLIST_FILE = App/Info.plist;
351351
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
352352
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
353-
MARKETING_VERSION = 1.3.35;
353+
MARKETING_VERSION = 1.3.36;
354354
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
355355
PRODUCT_BUNDLE_IDENTIFIER = pony.house.matrix;
356356
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -370,7 +370,7 @@
370370
INFOPLIST_FILE = App/Info.plist;
371371
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
372372
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
373-
MARKETING_VERSION = 1.3.35;
373+
MARKETING_VERSION = 1.3.36;
374374
PRODUCT_BUNDLE_IDENTIFIER = pony.house.matrix;
375375
PRODUCT_NAME = "$(TARGET_NAME)";
376376
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pony-house-matrix",
3-
"version": "1.3.35",
3+
"version": "1.3.36",
44
"short_name": "Pony House",
55
"description": "The open source house, your house, the house for all matrix ponies",
66
"main": "dist-electron/main/index.js",
@@ -152,4 +152,4 @@
152152
"vite-plugin-electron-renderer": "^0.14.5",
153153
"vite-plugin-static-copy": "1.0.1"
154154
}
155-
}
155+
}

0 commit comments

Comments
 (0)