Skip to content

Commit

Permalink
chore: increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Jan 17, 2024
1 parent 22984fd commit 0bff553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "h-raylib";
version = "5.0.0.1";
version = "5.1.0.1";
src = ./.;
isLibrary = true;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion h-raylib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: h-raylib
version: 5.0.0.1
version: 5.1.0.1
synopsis: Raylib bindings for Haskell
category: graphics
description:
Expand Down

0 comments on commit 0bff553

Please sign in to comment.