Skip to content

Commit fa1a7ed

Browse files
committed
Bump version to 3.1-beta1
1 parent bae6afb commit fa1a7ed

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/actions/make-release/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ If you experience issues, [please report them](https://github.com/YuriSizov/bosc
66
* **[Download for macOS (Universal)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-macos-universal.zip)**
77
* **[Download for Windows (x86_64)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-windows-x86_64.zip)**
88
* **[Download for Windows (x86_32)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-windows-x86_32.zip)**
9-
* [Download for web browser](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-web-universal.zip)
9+
* [Download for web (self-hosting)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/${VERSION_TAG}/boscaceoil-blue-web-universal.zip)
1010

1111
_Built from commit [${COMMIT_HASH}](https://github.com/YuriSizov/boscaceoil-blue/commits/${COMMIT_HASH}/)._

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ _Bosca Ceoil Blue_ is a modern port of **Terry Cavanagh's [Bosca Ceoil](https://
1616

1717
_If you find a usability issue or a bug, please [file a report](https://github.com/YuriSizov/boscaceoil-blue/issues). If you don't have a GitHub account, you can also reach out on [Discord](https://discord.gg/S657Y9KPF9)._
1818

19-
### Current release: 3.0-stable
19+
### Current release: 3.1-beta1
2020

21-
* **[Download for Linux (x86_64)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.0-stable/boscaceoil-blue-linux-x86_64.zip)**
22-
* **[Download for macOS (Universal)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.0-stable/boscaceoil-blue-macos-universal.zip)**
23-
* **[Download for Windows (x86_64)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.0-stable/boscaceoil-blue-windows-x86_64.zip)**
24-
* **[Download for Windows (x86_32)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.0-stable/boscaceoil-blue-windows-x86_32.zip)**
21+
* **[Download for Linux (x86_64)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.1-beta1/boscaceoil-blue-linux-x86_64.zip)**
22+
* **[Download for macOS (Universal)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.1-beta1/boscaceoil-blue-macos-universal.zip)**
23+
* **[Download for Windows (x86_64)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.1-beta1/boscaceoil-blue-windows-x86_64.zip)**
24+
* **[Download for Windows (x86_32)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.1-beta1/boscaceoil-blue-windows-x86_32.zip)**
25+
* [Download for web (self-hosting)](https://github.com/YuriSizov/boscaceoil-blue/releases/download/3.1-beta1/boscaceoil-blue-web-universal.zip)
2526

26-
_You can also get the project from [itch.io](https://yurisizov.itch.io/boscaceoil-blue). Web and Android versions are planned in the future._
27+
Looking for the browser version? Try **[Bosca for Web (beta)](https://humnom.net/apps/boscaceoil/beta/)** right now!
28+
29+
_You can also get the project from [itch.io](https://yurisizov.itch.io/boscaceoil-blue). Android version is planned in the future._
2730

2831

2932
## Features

project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ boot_splash/image="res://dist/logo-full.png"
2323
boot_splash/fullsize=false
2424
config/icon="res://icon.png"
2525
config/windows_native_icon="res://dist/windows-icon.ico"
26-
config/version_flair="dev"
26+
config/version_flair="beta1"
2727

2828
[autoload]
2929

0 commit comments

Comments
 (0)