Skip to content

Commit 6eea986

Browse files
committed
prepare for 0.61.3 release
1 parent 931b8ea commit 6eea986

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sauron"
3-
version = "0.61.0"
3+
version = "0.61.3"
44
authors = [ "Jovansonlee Cesar <[email protected]>" ]
55
license = "MIT"
66
description = "A versatile web framework and library for building client-side and/or server-side web applications"

crates/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 = "sauron-core"
3-
version = "0.61.2"
3+
version = "0.61.3"
44
authors = [ "Jovansonlee Cesar <[email protected]>" ]
55
license = "MIT"
66
description = "An html library for building client side webapps"

crates/html-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sauron-html-parser"
3-
version = "0.61.0"
3+
version = "0.61.3"
44
edition = "2021"
55
authors = [ "Jovansonlee Cesar <[email protected]>" ]
66
license = "MIT"

crates/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 = "sauron-macro"
3-
version = "0.61.0"
3+
version = "0.61.3"
44
authors = ["John-John Tedro <[email protected]>", "Jovansonlee Cesar <[email protected]>"]
55
license = "MIT"
66
description = "An html library for building client side webapps"

0 commit comments

Comments
 (0)