Skip to content

Commit e8b008d

Browse files
mvinesjoncinque
authored andcommitted
Bump version to 1.0.0
1 parent 2a5689f commit e8b008d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ solana-cli-config = "1.4.8"
1515
solana-client = "1.4.8"
1616
solana-logger = "1.4.8"
1717
solana-sdk = "1.4.8"
18-
spl-feature-proposal = { version = "1.0.0-pre3", path = "../program", features = ["no-entrypoint"] }
18+
spl-feature-proposal = { version = "1.0", path = "../program", features = ["no-entrypoint"] }
1919

2020
[[bin]]
2121
name = "spl-feature-proposal"

program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-feature-proposal"
3-
version = "1.0.0-pre3"
3+
version = "1.0.0"
44
description = "Solana Program Library Feature Proposal Program"
55
authors = ["Solana Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

0 commit comments

Comments
 (0)