Skip to content

Commit

Permalink
Bump patch versions (solana-labs#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots authored Jul 22, 2020
1 parent bd2ea9e commit 8580542
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion memo/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 memo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "spl-memo"
version = "1.0.2"
version = "1.0.3"
description = "Solana Program Library Memo"
authors = ["Solana Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token-swap/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 token/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 token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "spl-token"
version = "1.0.0"
version = "1.0.1"
description = "Solana Program Library Token"
authors = ["Solana Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token/inc/token.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define TOKEN_MAJOR_VERSION 1
#define TOKEN_MINOR_VERSION 0
#define TOKEN_PATCH_VERSION 0
#define TOKEN_PATCH_VERSION 1

/**
* Maximum number of multisignature signers (max N)
Expand Down

0 comments on commit 8580542

Please sign in to comment.