Skip to content

Commit 833144c

Browse files
committed
Bump version to v7.1.2
1 parent d678a98 commit 833144c

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

3ds/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ APP_PRODUCT_CODE := CTR-P-OSPX
4646
APP_UNIQUE_ID := 0x995A
4747
APP_DESCRIPTION := Classic scrolling tile-based puzzle game
4848
APP_AUTHOR := sergiou87
49-
APP_VERSION := 7.1.1
49+
APP_VERSION := 7.1.2
5050
ICON := assets/icon.png
5151
APP_RSF := $(TOPDIR)/assets/template.rsf
5252
APP_BANNER := $(TOPDIR)/assets/banner.png

changelog/v7.1.2.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
NEW:
2+
- Added proper Linux support (thanks @DarthGandalf).
3+
4+
FIXED:
5+
- The Nintendo Switch port can now be played in Applet Mode. Virtual keyboard support has been disabled (thanks @rjimenezda).

macos/OpenSupaplex/macOS-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.1.1</string>
20+
<string>7.1.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

macos/OpenSupaplex/macOS-sandboxed-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.1.1</string>
20+
<string>7.1.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

src/globals.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "animations.h"
2424
#include "file.h"
2525

26-
#define VERSION_STRING "7.1.1"
26+
#define VERSION_STRING "7.1.2"
2727
extern const uint8_t kGameVersion;
2828

2929
typedef enum

switch/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EXCLUDE := nullVirtualKeyboard.c
4646
#ROMFS := romfs
4747
APP_TITLE := OpenSupaplex
4848
APP_AUTHOR := sergiou87
49-
APP_VERSION := 7.1.1
49+
APP_VERSION := 7.1.2
5050
ICON := resources/launcher-icon.jpg
5151

5252
#---------------------------------------------------------------------------------

switch/resources/appstore-info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "OpenSupaplex",
33
"author": "sergiou87",
44
"category": "game",
5-
"version": "7.1.1",
5+
"version": "7.1.2",
66
"url": "https://github.com/sergiou87/open-supaplex/",
77
"license": "GPLv3",
88
"description": "Classic scrolling tile-based puzzle game",

wii/assets/meta.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<app version="1">
33
<name>OpenSupaplex</name>
44
<coder>sergiou87</coder>
5-
<version>7.1.1</version>
5+
<version>7.1.2</version>
66
<release_date>20200614000000</release_date>
77
<short_description>Classic scrolling tile-based puzzle game</short_description>
88
<long_description>OpenSupaplex is an open-source reimplementation of Supaplex by sergiou87. Supaplex is a video game created by Philip Jespersen and Michael Stopp, two Swiss students, and published by Digital Integration in 1991. It is an extended clone of Boulder Dash.

wiiu/assets/meta.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<app version="1">
33
<name>OpenSupaplex</name>
44
<coder>sergiou87</coder>
5-
<version>7.1.1</version>
5+
<version>7.1.2</version>
66
<url>https://github.com/sergiou87/open-supaplex/</url>
77
<release_date>20200620000000</release_date>
88
<short_description>Classic scrolling tile-based puzzle game</short_description>

0 commit comments

Comments
 (0)