From 5d88fffd092be52544abb42b6c76a8aa092c5d69 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Thu, 31 Oct 2024 08:57:48 +0100 Subject: [PATCH] Version bump --- chessIO.cabal | 4 ++-- package.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chessIO.cabal b/chessIO.cabal index eb25c32..2789c10 100644 --- a/chessIO.cabal +++ b/chessIO.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: chessIO -version: 0.9.4.0 +version: 0.9.5.0 synopsis: Basic chess library description: A simple and fast library for generating legal chess moves. Also includes a module for communication with external processes that speak the UCI (Universal Chess Interface) protocol, a PGN parser/pretty printer, and Polyglot opening book support. On top of that, provides a console frontend program (cboard) that can be used to interactively play against UCI engines. category: Game @@ -13,7 +13,7 @@ homepage: https://github.com/mlang/chessIO#readme bug-reports: https://github.com/mlang/chessIO/issues author: Mario Lang maintainer: mlang@blind.guru -copyright: 2021 Mario Lang +copyright: 2024 Mario Lang license: BSD3 license-file: LICENSE build-type: Simple diff --git a/package.yaml b/package.yaml index 0e8e0b2..884a3f2 100644 --- a/package.yaml +++ b/package.yaml @@ -1,10 +1,10 @@ name: chessIO -version: 0.9.4.0 +version: 0.9.5.0 github: "mlang/chessIO" license: BSD3 author: "Mario Lang" maintainer: "mlang@blind.guru" -copyright: "2021 Mario Lang" +copyright: "2024 Mario Lang" synopsis: Basic chess library category: Game