Skip to content

Commit

Permalink
Bump version numbers to 1.2.4 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhuggett authored Oct 15, 2024
1 parent 71633bf commit e44b599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
cmake_minimum_required (VERSION 3.22)

project (icubaby
VERSION "1.2.3"
VERSION "1.2.4"
DESCRIPTION "Little Library to Immediately Convert Unicode"
LANGUAGES C CXX
)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = 'icubaby'
copyright = '2024, Paul Bowen-Huggett'
author = 'Paul Bowen-Huggett'
version = '1.2.3'
version = '1.2.4'
release = version

# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit e44b599

Please sign in to comment.