Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Nov 26, 2024
1 parent 434e7d4 commit 9d10a4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mac_task:
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
env:
RAYLIB_PLATFORM: macosx-arm64
RAYLIB_VERSION: 5.5.0-0
RAYLIB_VERSION: 5.5.0-1
setup_script:
- brew update
- brew install java11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

env:
RAYLIB_VERSION: 5.5.0-0
RAYLIB_VERSION: 5.5.0-1

jobs:
build-linux:
Expand Down
2 changes: 1 addition & 1 deletion generate-checksums.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jar xf jaylib-natives-linux-armhf-*.jar
rm jaylib-natives-linux-armhf-*.jar
jar xf jaylib-natives-linux-arm64-*.jar
rm jaylib-natives-linux-arm64-*.jar
jar uf jaylib-5.5.0-0.jar com
jar uf jaylib-5.5.0-1.jar com

rm -rf com META-INF
cp ~/IdeaProjects/jaylib/*.pom .
Expand Down
2 changes: 1 addition & 1 deletion jaylib-5.5.0-0.pom → jaylib-5.5.0-1.pom
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>uk.co.electronstudio.jaylib</groupId>
<artifactId>jaylib</artifactId>
<version>5.5.0-0</version>
<version>5.5.0-1</version>
<packaging>jar</packaging>

<name>jaylib</name>
Expand Down

0 comments on commit 9d10a4f

Please sign in to comment.