Bump version to 0.4

This commit is contained in:
Paul Brinkmeier 2023-03-24 12:53:38 +01:00
parent 647b5c2ad1
commit ab667742da
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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