Skip to content

Commit

Permalink
Increment version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Aug 17, 2024
1 parent 34470d6 commit e38d2a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# This flake's package is tied to SpMs release binaries. It does not build from source.
{
description = "SpMp server development environment";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
custom_nixpkgs.url = "github:toasterofbread/nixpkgs/4df73973bda897522847e03e0820067c053bccad";
Expand All @@ -9,7 +8,7 @@
outputs = { self, nixpkgs, custom_nixpkgs, ... }:
let
pname = "spmp-server";
version = "0.4.0-beta2";
version = "0.4.0";

x86_system = "x86_64-linux";
arm_system = "aarch64-linux";
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project.version=0.4.0-beta2
project.version=0.4.0

kotlin.incremental.native=true
org.gradle.jvmargs=-Xmx4g -Xms1g
Expand Down

0 comments on commit e38d2a7

Please sign in to comment.