Skip to content

Commit

Permalink
bump versions of submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Vritra4 committed Feb 1, 2025
1 parent 881e8c6 commit b7f88da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion submodules/block/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "block"

// Version is the current version of the submodule
Version = "v0.1.1"
Version = "v0.1.2"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion submodules/evm-nft/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "evm-nft"

// Version is the current version of the submodule
Version = "v0.1.6"
Version = "v0.1.7"
)

// store prefixes
Expand Down
2 changes: 1 addition & 1 deletion submodules/evm-tx/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "evm-tx"

// Version is the current version of the submodule
Version = "v0.1.2"
Version = "v0.1.3"
)

// store prefixes
Expand Down
2 changes: 1 addition & 1 deletion submodules/move-nft/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "move-nft"

// Version is the current version of the submodule
Version = "v0.1.5"
Version = "v0.1.6"
)

// store prefixes
Expand Down
2 changes: 1 addition & 1 deletion submodules/pair/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "pair"

// Version is the current version of the submodule
Version = "v0.1.1"
Version = "v0.1.2"
)

// store prefixes
Expand Down
2 changes: 1 addition & 1 deletion submodules/tx/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "tx"

// Version is the current version of the submodule
Version = "v0.1.2"
Version = "v0.1.3"
)

// store prefixes
Expand Down
2 changes: 1 addition & 1 deletion submodules/wasm-nft/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "wasm-nft"

// Version is the current version of the submodule
Version = "v0.1.5"
Version = "v0.1.6"
)

// store prefixes
Expand Down
2 changes: 1 addition & 1 deletion submodules/wasm-pair/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const (
SubmoduleName = "wasm-pair"

// Version is the current version of the submodule
Version = "v0.1.0"
Version = "v0.1.1"
)

// store prefixes
Expand Down

0 comments on commit b7f88da

Please sign in to comment.