Bump version to 1.0.3

This commit is contained in:
Michael Vines 2020-07-30 15:30:28 -07:00
parent 06b4d18191
commit 0d885b9baa
3 changed files with 3 additions and 3 deletions

2
token/Cargo.lock generated
View File

@ -530,7 +530,7 @@ dependencies = [
[[package]]
name = "spl-token"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"cbindgen",
"num-derive 0.2.5",

View File

@ -3,7 +3,7 @@
[package]
name = "spl-token"
version = "1.0.2"
version = "1.0.3"
description = "Solana Program Library Token"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana-program-library"

View File

@ -9,7 +9,7 @@
#define TOKEN_MAJOR_VERSION 1
#define TOKEN_MINOR_VERSION 0
#define TOKEN_PATCH_VERSION 2
#define TOKEN_PATCH_VERSION 3
/**
* Maximum number of multisignature signers (max N)