Skip to content

Commit

Permalink
Bump version to 0.7-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Jun 7, 2024
1 parent 813e69e commit f7d19bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/sign-extension/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2024 Yuri Sizov and contributors</string>
<key>CFBundleVersion</key>
<string>0.6.9</string>
<string>0.7.0</string>
<key>CFBundleShortVersionString</key>
<string>0.6.9</string>
<string>0.7.0</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ The project is compatible with **Godot 4.3**.
> [!NOTE]
> As _Godot 4.3_ is still being developed, there might be compatibility issues between _GDSiON_ and available builds of the engine. The project has been developed and tested with the [4.3-dev5](https://godotengine.org/download/archive/4.3-dev5/) release, so this is the minimum recommended version for now.
### Current release: 0.7-beta0
### Current release: 0.7-beta1

* **[Download for Linux](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta0/libgdsion-linux.zip)**
* **[Download for macOS](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta0/libgdsion-macos.zip)**
* **[Download for Windows](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta0/libgdsion-windows.zip)**
* **[Download for Web](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta0/libgdsion-web.zip)** (requires _4.3-beta1_ or later)
* **[Download for Android](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta0/libgdsion-android.zip)**
* **[Download for Linux](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta1/libgdsion-linux.zip)**
* **[Download for macOS](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta1/libgdsion-macos.zip)**
* **[Download for Windows](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta1/libgdsion-windows.zip)**
* **[Download for Web](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta1/libgdsion-web.zip)** (requires _4.3-beta1_ or later)
* **[Download for Android](https://github.com/YuriSizov/gdsion/releases/download/0.7-beta1/libgdsion-android.zip)**

_These archives contain both release and debug binaries._

Expand Down
2 changes: 1 addition & 1 deletion src/sion_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

// TODO: Extract somewhere more manageable?
const char *SiONDriver::VERSION = "0.7.0.0"; // Original code is versioned 0.6.6.0.
const char *SiONDriver::VERSION_FLAVOR = "beta0";
const char *SiONDriver::VERSION_FLAVOR = "beta1";

SiONDriver *SiONDriver::_mutex = nullptr;
bool SiONDriver::_allow_multiple_drivers = false;
Expand Down

0 comments on commit f7d19bb

Please sign in to comment.