Skip to content

Commit

Permalink
Setting version to 1.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jan 6, 2025
1 parent 4dd1b4a commit e1bd4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
packages = rec {
idealingua-v1 = sbt.lib.mkSbtDerivation {
pkgs = pkgs;
version = "1.3.20";
version = "1.3.21";
pname = "idealingua-v1";
src = ./.;
depsSha256 = "sha256-d9sTBvQbLwXH9aqy6N+a79jD8SIn9+/87KWZ3gXXW/I=";
depsSha256 = "sha256-zfBdWVlSj0aSWxUmHcA0igLuBLYzxmCebR7/7jorX1o=";
nativeBuildInputs = with pkgs; [
coursier
libarchive
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.3.21-SNAPSHOT"
ThisBuild / version := "1.3.21"

0 comments on commit e1bd4e4

Please sign in to comment.