bump to v0.2.0

This commit is contained in:
Manuel Gugger 2022-10-11 19:03:05 +02:00
parent b39ad99c7f
commit 500e3b29dd
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,8 @@
name = "actix-admin"
description = "An admin interface for actix-web"
license = "MIT OR Apache-2.0"
version = "0.1.0"
version = "0.2.0"
repository = "https://github.com/mgugger/actix-admin"
edition = "2021"
exclude = [
"example/*",

View File

@ -2,7 +2,8 @@
name = "actix-admin-macros"
description = "macros to be used with actix-admin crate"
license = "MIT OR Apache-2.0"
version = "0.1.0"
repository = "https://github.com/mgugger/actix-admin"
version = "0.2.0"
edition = "2021"
exclude = [
"tests/*"