diff --git a/Cargo.lock b/Cargo.lock index 69fbb22..c6375ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ dependencies = [ [[package]] name = "async-pop" -version = "0.1.7" +version = "1.0.0" dependencies = [ "async-native-tls", "async-std", diff --git a/Cargo.toml b/Cargo.toml index dbaec21..b05dadb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async-pop" description = "A simple Pop3 compatible client" -version = "0.1.7" +version = "1.0.0" license = "MIT" documentation = "https://docs.dust.email/packages/async-pop3" repository = "https://github.com/Dust-Mail/async-pop" diff --git a/Makefile b/Makefile index bb8a94b..fcd424a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.1.7 +VERSION := 1.0.0 .PHONY: release