diff --git a/.github/actions/sign-extension/macos/Info.plist b/.github/actions/sign-extension/macos/Info.plist index 6d944c0..4fc6d0f 100644 --- a/.github/actions/sign-extension/macos/Info.plist +++ b/.github/actions/sign-extension/macos/Info.plist @@ -17,9 +17,9 @@ NSHumanReadableCopyright Copyright (c) 2024 Yuri Sizov and contributors CFBundleVersion - 0.6.9 + 0.7.0 CFBundleShortVersionString - 0.6.9 + 0.7.0 CFBundlePackageType FMWK CFBundleSupportedPlatforms diff --git a/README.md b/README.md index ba85783..1c7cc10 100644 --- a/README.md +++ b/README.md @@ -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._ diff --git a/src/sion_driver.cpp b/src/sion_driver.cpp index ab0f89d..914c8a0 100644 --- a/src/sion_driver.cpp +++ b/src/sion_driver.cpp @@ -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;