Bump version to 0.1.5

This commit is contained in:
Christian Kamm 2022-01-19 09:06:03 +01:00
parent af45aef038
commit 23b0cf9747
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@blockworks-foundation/voter-stake-registry-client",
"version": "0.1.4",
"version": "0.1.5",
"description": "Client for Voter-stake-registry which is a voter weight addin for Solana's spl-governance program.",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",

View File

@ -1,6 +1,6 @@
[package]
name = "voter-stake-registry"
version = "0.1.4"
version = "0.1.5"
description = "Created with Anchor"
edition = "2018"
@ -44,4 +44,4 @@ serde = "^1.0"
bincode = "^1.3.1"
log = "0.4.14"
env_logger = "0.9.0"
base64 = "0.13.0"
base64 = "0.13.0"