Skip to content

Commit ac13ba8

Browse files
committed
Bump version patch
1 parent eb88896 commit ac13ba8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

attr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ormlite-attr"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
edition = "2021"
55
description = "See `ormlite`."
66
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ormlite-cli"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
edition = "2021"
55
description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one."
66
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ormlite-core"
3-
version = "0.23.3"
3+
version = "0.23.4"
44
edition = "2021"
55
description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one."
66
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ormlite-macro"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
edition = "2021"
55
description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one."
66
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]

ormlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ormlite"
3-
version = "0.23.2"
3+
version = "0.23.3"
44
edition = "2021"
55
authors = ["Kurt Wolf <kurtwolfbuilds@gmail.com>"]
66
description = "An ORM for people who love SQL"

0 commit comments

Comments
 (0)