Skip to content

Commit aa52c04

Browse files
Bump version to 1.1.1
1 parent 3b72f17 commit aa52c04

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.1.0"
4+
version = "1.1.1"
55
license = "MIT"
66
repository = "https://github.com/Dust-Mail/async-pop"
77
edition = "2021"

Makefile

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

33
.PHONY: release
44

0 commit comments

Comments
 (0)