Skip to content

Commit

Permalink
bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed May 28, 2024
1 parent 10e4a2b commit 54f74d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ntex-cors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-cors"
version = "1.0.0"
version = "2.0.0"
authors = ["ntex contributors <[email protected]>"]
description = "Cross-origin resource sharing (CORS) for ntex applications."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ntex-files/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-files"
version = "1.0.0"
version = "2.0.0"
authors = ["ntex contributors <[email protected]>"]
description = "Static files support for ntex web."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ntex-identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-identity"
version = "1.0.0"
version = "2.0.0"
authors = ["ntex contributors <[email protected]>"]
description = "Identity service for ntex web framework."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ntex-multipart/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-multipart"
version = "1.0.0"
version = "2.0.0"
authors = ["ntex contributors <[email protected]>"]
description = "Multipart support for ntex web framework."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ntex-session/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-session"
version = "1.0.0"
version = "2.0.0"
authors = ["ntex contributors <[email protected]>"]
description = "Session for ntex web framework."
readme = "README.md"
Expand Down

0 comments on commit 54f74d3

Please sign in to comment.