chore: bump version

This commit is contained in:
DavidOnTop 2024-02-09 14:39:33 +01:00
parent ed8c2f0383
commit bb71f95a33
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "binf"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
@ -15,4 +15,4 @@ members = [
]
[dependencies]
binf_macros = { version = "1.1.0", path = "macros" }
binf_macros = { version = "1.1.1", path = "macros" }