Skip to content

Commit f02994f

Browse files
committed
chore: bump version to 0.1.1
Update version in Cargo.toml and README.md to reflect patch release
1 parent 8e1e71c commit f02994f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "titor"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Mufeed VH <mufeed@asterisk.so>"]
66
description = "A high-performance checkpointing library for time-travel through directory states"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Add to your `Cargo.toml`:
9595

9696
```toml
9797
[dependencies]
98-
titor = "0.1.0"
98+
titor = "0.1.1"
9999
```
100100

101101
### Dependencies

0 commit comments

Comments
 (0)