Skip to content

Commit

Permalink
bump: increase version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HttpRafa committed Jan 7, 2025
1 parent 833b2bb commit d8765d0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64,linux/riscv64
platforms: linux/amd64,linux/arm64
build-args: |
CURRENT_COMMIT=${{ github.sha }}
CURRENT_BUILD=${{ github.run_number }}
labels: ${{ steps.docker-meta.outputs.labels }}
tags: ${{ steps.docker-meta.outputs.tags }}
tags: ${{ steps.docker-meta.outputs.tags }}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
targets: x86_64-unknown-linux-gnu,x86_64-pc-windows-gnu

- name: Setup Java
uses: actions/setup-java@v4
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
CURRENT_BUILD: ${{ github.run_number }}

- name: Ensure Gradle Wrapper Permissions
working-directory: clients/jvm
run: chmod +x gradlew

- name: Build & Publish API
Expand Down
2 changes: 1 addition & 1 deletion clients/jvm/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ maven_group=io.atomic.cloud
archive_basename=client

## Client
client_version=0.1.0
client_version=0.3.0

## Minecraft
minecraft_version=1.21.1
Expand Down
2 changes: 1 addition & 1 deletion clients/wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wrapper"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "controller"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion drivers/pterodactyl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"]

[package]
name = "pterodactyl"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
forced-target = "wasm32-wasip2"

Expand Down

0 comments on commit d8765d0

Please sign in to comment.