From 1e37c2c47b04167802e363db2707fd4446ebdcfd Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Wed, 14 Aug 2024 14:44:43 -0400 Subject: [PATCH] version 0.1.0 --- hamming.cabal | 4 ++-- package.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"