Author: Manos Pitsidianakis [manos@pitsidianak.is]
Hash: ca8f899446664989fb60c23e5e35f0101ed7a120
Timestamp: Sat, 29 Apr 2023 15:29:16 +0000 (1 year ago)

+13 -13 +/-8 browse
Bump version to 0.1.1
1diff --git a/Cargo.lock b/Cargo.lock
2index 8a8d7b4..0ef3b52 100644
3--- a/Cargo.lock
4+++ b/Cargo.lock
5 @@ -1768,7 +1768,7 @@ dependencies = [
6
7 [[package]]
8 name = "mailpot"
9- version = "0.1.0"
10+ version = "0.1.1"
11 dependencies = [
12 "anyhow",
13 "chrono",
14 @@ -1789,7 +1789,7 @@ dependencies = [
15
16 [[package]]
17 name = "mailpot-archives"
18- version = "0.1.0"
19+ version = "0.1.1"
20 dependencies = [
21 "chrono",
22 "lazy_static",
23 @@ -1804,7 +1804,7 @@ dependencies = [
24
25 [[package]]
26 name = "mailpot-cli"
27- version = "0.1.0"
28+ version = "0.1.1"
29 dependencies = [
30 "assert_cmd",
31 "clap",
32 @@ -1819,7 +1819,7 @@ dependencies = [
33
34 [[package]]
35 name = "mailpot-http"
36- version = "0.1.0"
37+ version = "0.1.1"
38 dependencies = [
39 "mailpot",
40 "tokio",
41 @@ -1828,7 +1828,7 @@ dependencies = [
42
43 [[package]]
44 name = "mailpot-tests"
45- version = "0.1.0"
46+ version = "0.1.1"
47 dependencies = [
48 "assert_cmd",
49 "log",
50 @@ -1841,7 +1841,7 @@ dependencies = [
51
52 [[package]]
53 name = "mailpot-web"
54- version = "0.1.0"
55+ version = "0.1.1"
56 dependencies = [
57 "axum",
58 "axum-extra",
59 diff --git a/archive-http/Cargo.toml b/archive-http/Cargo.toml
60index b892183..c6c465b 100644
61--- a/archive-http/Cargo.toml
62+++ b/archive-http/Cargo.toml
63 @@ -1,6 +1,6 @@
64 [package]
65 name = "mailpot-archives"
66- version = "0.1.0"
67+ version = "0.1.1"
68 authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
69 edition = "2021"
70 license = "LICENSE"
71 diff --git a/cli/Cargo.toml b/cli/Cargo.toml
72index 092b22e..9caadea 100644
73--- a/cli/Cargo.toml
74+++ b/cli/Cargo.toml
75 @@ -1,6 +1,6 @@
76 [package]
77 name = "mailpot-cli"
78- version = "0.1.0"
79+ version = "0.1.1"
80 authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
81 edition = "2021"
82 license = "LICENSE"
83 diff --git a/core/Cargo.toml b/core/Cargo.toml
84index 6eb0d07..f411ab4 100644
85--- a/core/Cargo.toml
86+++ b/core/Cargo.toml
87 @@ -1,6 +1,6 @@
88 [package]
89 name = "mailpot"
90- version = "0.1.0"
91+ version = "0.1.1"
92 authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
93 edition = "2021"
94 license = "LICENSE"
95 diff --git a/docs/mpot.1 b/docs/mpot.1
96index 834545d..18df166 100644
97--- a/docs/mpot.1
98+++ b/docs/mpot.1
99 @@ -1,6 +1,6 @@
100 .ie \n(.g .ds Aq \(aq
101 .el .ds Aq '
102- .TH mpot 1 "mpot 0.1.0"
103+ .TH mpot 1 "mpot 0.1.1"
104 .ie \n(.g .ds Aq \(aq
105 .el .ds Aq '
106 .SH NAME
107 diff --git a/mailpot-tests/Cargo.toml b/mailpot-tests/Cargo.toml
108index bff9d4f..5eec2d9 100644
109--- a/mailpot-tests/Cargo.toml
110+++ b/mailpot-tests/Cargo.toml
111 @@ -1,6 +1,6 @@
112 [package]
113 name = "mailpot-tests"
114- version = "0.1.0"
115+ version = "0.1.1"
116 authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
117 edition = "2021"
118 license = "LICENSE"
119 diff --git a/rest-http/Cargo.toml b/rest-http/Cargo.toml
120index cc818e0..f95d6e0 100644
121--- a/rest-http/Cargo.toml
122+++ b/rest-http/Cargo.toml
123 @@ -1,6 +1,6 @@
124 [package]
125 name = "mailpot-http"
126- version = "0.1.0"
127+ version = "0.1.1"
128 authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
129 edition = "2021"
130 license = "LICENSE"
131 diff --git a/web/Cargo.toml b/web/Cargo.toml
132index 5842522..791b84a 100644
133--- a/web/Cargo.toml
134+++ b/web/Cargo.toml
135 @@ -1,6 +1,6 @@
136 [package]
137 name = "mailpot-web"
138- version = "0.1.0"
139+ version = "0.1.1"
140 authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
141 edition = "2021"
142 license = "LICENSE"