Skip to content

Commit

Permalink
bump glam version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurushao committed Sep 19, 2024
1 parent 97f5d59 commit aa771fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion anchor/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 anchor/programs/glam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glam"
version = "0.2.9"
version = "0.3.0"
description = "Glam Protocol"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion anchor/target/idl/glam.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"address": "GLAMpLuXu78TA4ao3DPZvT1zQ7woxoQ8ahdYbhnqY9mP",
"metadata": {
"name": "glam",
"version": "0.2.9",
"version": "0.3.0",
"spec": "0.1.0",
"description": "Glam Protocol"
},
Expand Down
2 changes: 1 addition & 1 deletion anchor/target/types/glam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type Glam = {
"address": "GLAMpLuXu78TA4ao3DPZvT1zQ7woxoQ8ahdYbhnqY9mP",
"metadata": {
"name": "glam",
"version": "0.2.9",
"version": "0.3.0",
"spec": "0.1.0",
"description": "Glam Protocol"
},
Expand Down

0 comments on commit aa771fa

Please sign in to comment.