Skip to content

Commit

Permalink
v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jun 23, 2022
1 parent c159d69 commit ca51201
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tribecahq/tribeca-sdk",
"version": "0.5.7",
"version": "0.5.8",
"description": "The TypeScript SDK for Tribeca, an open standard and toolkit for launching DAOs on Solana.",
"keywords": [
"solana",
Expand Down
2 changes: 1 addition & 1 deletion programs/govern/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "govern"
version = "0.5.6"
version = "0.5.8"
description = "Handles proposal creation, lifecycle, voting, and execution."
edition = "2021"
homepage = "https://tribeca.so"
Expand Down
2 changes: 1 addition & 1 deletion programs/locked-voter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "locked-voter"
version = "0.5.6"
version = "0.5.8"
description = "Voter which locks up governance tokens for a user-provided duration in exchange for increased voting power."
edition = "2021"
homepage = "https://tribeca.so"
Expand Down
2 changes: 1 addition & 1 deletion programs/simple-voter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-voter"
version = "0.5.6"
version = "0.5.8"
description = "A simple Tribeca voter program where 1 token = 1 vote."
edition = "2021"
homepage = "https://tribeca.so"
Expand Down

0 comments on commit ca51201

Please sign in to comment.