Skip to content

Commit 8cbeb6e

Browse files
Bump version to 1.0.2
1 parent 687242e commit 8cbeb6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async-pop"
33
description = "A simple Pop3 compatible client"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
license = "MIT"
66
documentation = "https://docs.dust.email/packages/async-pop3"
77
repository = "https://github.com/Dust-Mail/async-pop"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 1.0.1
1+
VERSION := 1.0.2
22

33
.PHONY: release
44

0 commit comments

Comments
 (0)