Bump version to 1.1.3

This commit is contained in:
Antoine Soulier
2025-02-11 16:41:29 -08:00
parent 47f801dffb
commit 96a3af0beb
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
project('lc3', 'c',
version: '1.1.2',
version: '1.1.3',
license: 'Apache-2.0',
meson_version: '>= 0.48.0',
default_options: ['buildtype=release', 'b_lto=true'])

View File

@@ -4,7 +4,7 @@ build-backend = "mesonpy"
[project]
name = "lc3py"
version = "1.1.2"
version = "1.1.3"
license = { text="Apache-2.0" }
authors = [
{ name="Antoine Soulier", email="asoulier@google.com" },