Skip to content

Commit 9d10a4f

Browse files
bump version
1 parent 434e7d4 commit 9d10a4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mac_task:
66
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
77
env:
88
RAYLIB_PLATFORM: macosx-arm64
9-
RAYLIB_VERSION: 5.5.0-0
9+
RAYLIB_VERSION: 5.5.0-1
1010
setup_script:
1111
- brew update
1212
- brew install java11

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414
env:
15-
RAYLIB_VERSION: 5.5.0-0
15+
RAYLIB_VERSION: 5.5.0-1
1616

1717
jobs:
1818
build-linux:

generate-checksums.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jar xf jaylib-natives-linux-armhf-*.jar
1313
rm jaylib-natives-linux-armhf-*.jar
1414
jar xf jaylib-natives-linux-arm64-*.jar
1515
rm jaylib-natives-linux-arm64-*.jar
16-
jar uf jaylib-5.5.0-0.jar com
16+
jar uf jaylib-5.5.0-1.jar com
1717

1818
rm -rf com META-INF
1919
cp ~/IdeaProjects/jaylib/*.pom .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>uk.co.electronstudio.jaylib</groupId>
88
<artifactId>jaylib</artifactId>
9-
<version>5.5.0-0</version>
9+
<version>5.5.0-1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>jaylib</name>

0 commit comments

Comments
 (0)