Skip to content

Commit

Permalink
bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentW committed Mar 7, 2024
1 parent f5949e4 commit 57e7b93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ThetaDB.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "ThetaDB"
spec.version = "0.0.2"
spec.version = "0.0.3"

spec.summary = "A lightweight, embedded key-value database for mobile clients."
spec.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion thetadb-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadb"
version = "0.0.2"
version = "0.0.3"
authors = ["Tangent <tangent_w@outlook.com>"]
description = "A lightweight, embedded key-value database for mobile clients (i.e., iOS, Android)."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion thetadb-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thetadb-ffi"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
publish = false

Expand Down

0 comments on commit 57e7b93

Please sign in to comment.