Skip to content

Commit 18b5a6e

Browse files
authored
Revert "bump clients for release (#40)"
This reverts commit 7e0b15e.
1 parent 7e0b15e commit 18b5a6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-program/config",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "JavaScript client for the Config program",
55
"sideEffects": false,
66
"module": "./dist/src/index.mjs",

clients/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-config-program-client"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
description = "A generated Rust library for the Config program"
55
authors = { workspace = true }
66
repository = { workspace = true }

0 commit comments

Comments
 (0)