Skip to content

Commit 8e61fc4

Browse files
committed
* Bump Ring version to 1.24
1 parent e3002cc commit 8e61fc4

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/freebsd_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
arch: amd64
1818
arch_name: amd64
1919
name: freebsd-amd64
20-
# - release: "14.3"
21-
# arch: aarch64
22-
# arch_name: arm64
23-
# name: freebsd-arm64
20+
- release: "14.3"
21+
arch: aarch64
22+
arch_name: arm64
23+
name: freebsd-arm64
2424

2525
steps:
2626
- uses: actions/checkout@v4

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ jobs:
2323
freebsd:
2424
uses: ./.github/workflows/freebsd_build.yml
2525
with:
26-
ring-version: v1.23
26+
ring-version: v1.24
2727

2828
macos:
2929
uses: ./.github/workflows/macos_build.yml
3030
with:
31-
ring-version: v1.23
31+
ring-version: v1.24
3232

3333
ubuntu:
3434
uses: ./.github/workflows/ubuntu_build.yml
3535
with:
36-
ring-version: v1.23
36+
ring-version: v1.24
3737

3838
windows:
3939
uses: ./.github/workflows/windows_build.yml
4040
with:
41-
ring-version: v1.23
41+
ring-version: v1.24
4242

4343
update-libs:
4444
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Follow these instructions to get the WebView library up and running on your syst
5050

5151
### Prerequisites
5252

53-
- **[Ring](https://ring-lang.github.io/download.html):** Ensure you have Ring language version 1.23 or higher installed.
53+
- **[Ring](https://ring-lang.github.io/download.html):** Ensure you have Ring language version 1.24 or higher installed.
5454

5555
### Installation
5656
<details>

package.ring

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aPackageInfo = [
66
:email = "youssefelkholey@gmail.com",
77
:license = "MIT License",
88
:version = "1.4.0",
9-
:ringversion = "1.23",
9+
:ringversion = "1.24",
1010
:versions = [
1111
[
1212
:version = "1.4.0",

0 commit comments

Comments
 (0)