Skip to content

Commit

Permalink
bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stneng committed Jan 7, 2023
1 parent a97c5c4 commit ba28504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "colink"
version = "0.2.6"
version = "0.2.7"
edition = "2021"
description = "CoLink Rust SDK"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CoLink SDK helps both application adnd protocol developers access the functional
Add this to your Cargo.toml:
```toml
[dependencies]
colink = "0.2.5"
colink = "0.2.7"
```

## Getting Started
Expand Down

0 comments on commit ba28504

Please sign in to comment.