Bump version to 0.5

This commit is contained in:
Paul Brinkmeier 2023-03-24 13:08:11 +01:00
parent 3d104ef50c
commit 9a4c1f17b7
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Adapted from new-template.hsfiles
name: utoy
version: 0.4
version: 0.5
git: "https://git.pbrinkmeier.de/paul/utoy"
license: MIT
author: "Paul Brinkmeier"

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: utoy
version: 0.4
version: 0.5
author: Paul Brinkmeier
maintainer: hallo@pbrinkmeier.de
copyright: 2023 Paul Brinkmeier

View File

@ -8,7 +8,7 @@ let
utoy =
{ mkDerivation }:
mkDerivation {
version = "0.4";
version = "0.5";
pname = "utoy";
license = pkgs.lib.licenses.mit;
src =