Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh217 committed Feb 4, 2023
1 parent dc43aa0 commit 5f38aa3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cozo-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cozo"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
description = "A general-purpose, transactional, relational database that uses Datalog and focuses on graph data and algorithms"
authors = ["Ziyang Hu"]
Expand Down
2 changes: 1 addition & 1 deletion cozo-lib-swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ see the Building section below.
target 'YourApp' do
use_frameworks!

pod 'CozoSwiftBridge', '~> 0.5.0'
pod 'CozoSwiftBridge', '~> 0.5.1'
end
```

Expand Down

0 comments on commit 5f38aa3

Please sign in to comment.