Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nothing0012 committed Jan 3, 2024
1 parent 78e1d07 commit 26689cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions programs/open_creator_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open_creator_protocol"
version = "0.3.6"
version = "0.4.1"
description = "Open Creator Protocol is an open protocol for creators to build utilities and policy engine for their tokens"
edition = "2021"
license = "Apache-2.0"
Expand All @@ -19,7 +19,7 @@ test-bpf = []
[dependencies]
anchor-lang = { version = "0.29.0", features = ["init-if-needed"] }
anchor-spl = { version = "0.29.0", features = ["metadata"] }
community-managed-token = { version = "^0.2.1", features = ["no-entrypoint"] }
community-managed-token = { version = "^0.3.0", features = ["no-entrypoint"] }
json-rules-engine-fork = "0.9.7"
mpl-token-metadata = { version = "3.2.3" }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/idl/open_creator_protocol.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.4.1",
"name": "open_creator_protocol",
"instructions": [
{
Expand Down

0 comments on commit 26689cf

Please sign in to comment.