Skip to content

Commit d045763

Browse files
committed
fix: bump version
1 parent a99e670 commit d045763

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "remotefs-kube"
1111
readme = "README.md"
1212
repository = "https://github.com/remotefs-rs/remotefs-rs-kube"
13-
version = "0.3.0"
13+
version = "0.4.0"
1414

1515
[dependencies]
1616
chrono = "^0.4"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center">~ Remotefs kube client ~</p>
88

99
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
10-
<p align="center">Current version: 0.3.0 (29/09/2024)</p>
10+
<p align="center">Current version: 0.4.0 (29/09/2024)</p>
1111

1212
<p align="center">
1313
<a href="https://opensource.org/licenses/MIT"
@@ -48,8 +48,8 @@ remotefs client implementation for Kube.
4848
First of all you need to add **remotefs** and the client to your project dependencies:
4949

5050
```toml
51-
remotefs = "^0.2"
52-
remotefs-kube = "^0.3"
51+
remotefs = "^0.3"
52+
remotefs-kube = "^0.4"
5353
```
5454

5555
these features are supported:

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
//! # remotefs-kube
66
//!
7-
//! remotefs-kube is a client implementation for [remotefs](https://github.com/veeso/remotefs-rs), providing support for the Kube API protocol.
7+
//! remotefs-kube is a client implementation for [remotefs](https://github.com/remotefs-rs/remotefs-rs), providing support for the Kube API protocol.
88
//!
99
//! ## Get started
1010
//!
1111
//! First of all you need to add **remotefs** and the client to your project dependencies:
1212
//!
1313
//! ```toml
14-
//! remotefs = "^0.2"
15-
//! remotefs-kube = "^0.3"
14+
//! remotefs = "^0.3"
15+
//! remotefs-kube = "^0.4"
1616
//! ```
1717
//!
1818
//! these features are supported:

0 commit comments

Comments
 (0)