Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mlang committed Oct 31, 2024
1 parent 00ff3dc commit 5d88fff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chessIO.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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
homepage: https://github.com/mlang/chessIO#readme
bug-reports: https://github.com/mlang/chessIO/issues
author: Mario Lang
maintainer: [email protected]
copyright: 2021 Mario Lang
copyright: 2024 Mario Lang
license: BSD3
license-file: LICENSE
build-type: Simple
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -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: "[email protected]"
copyright: "2021 Mario Lang"
copyright: "2024 Mario Lang"

synopsis: Basic chess library
category: Game
Expand Down

0 comments on commit 5d88fff

Please sign in to comment.