diff --git a/hamming.cabal b/hamming.cabal index 92d7e18..7652eb9 100644 --- a/hamming.cabal +++ b/hamming.cabal @@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.36.0. +-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: hamming -version: 0.0.0 +version: 0.1.0 synopsis: game/utility for teaching about Hamming codes description: Please see the README on GitHub at category: Games diff --git a/package.yaml b/package.yaml index 86b4e00..1131de9 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: hamming -version: 0.0.0 +version: 0.1.0 license: AGPL-3.0-or-later author: "Jonathan Lamothe" maintainer: "jonathan@jlamothe.net"