Skip to content

Commit 850a6a2

Browse files
authored
Revert "Version bump (#84)"
This reverts commit 6591060.
1 parent 6591060 commit 850a6a2

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.frostcube.justrss"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 31
11-
versionName "3.2.0"
10+
versionCode 30
11+
versionName "3.1.2"
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.

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
354354
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
355355
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356-
MARKETING_VERSION = 3.2.0;
356+
MARKETING_VERSION = 3.1.2;
357357
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
358358
PRODUCT_BUNDLE_IDENTIFIER = com.frostcube.justrss;
359359
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -376,7 +376,7 @@
376376
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
377377
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
378378
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
379-
MARKETING_VERSION = 3.2.0;
379+
MARKETING_VERSION = 3.1.2;
380380
PRODUCT_BUNDLE_IDENTIFIER = com.frostcube.justrss;
381381
PRODUCT_NAME = "$(TARGET_NAME)";
382382
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "just-rss",
3-
"version": "3.2.0",
3+
"version": "3.1.2",
44
"author": "FrostCube",
55
"homepage": "https://frostcube.com/",
66
"scripts": {

0 commit comments

Comments
 (0)