Skip to content

Commit

Permalink
chore: bump version to v6.2.2 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jankun4 authored Oct 30, 2024
1 parent 1214d9d commit 87a1d42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog](https://keepachangelog.com/en/1.1.0).

# Unreleased

# v6.2.2

## Changed
* NativeTokenManagement can be initialised without spending the genesis utxo.

Expand Down
2 changes: 1 addition & 1 deletion offchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@partner-chains/pc-contracts-cli",
"type": "module",
"version": "6.2.1",
"version": "6.2.2",
"description": "Partner Chains Smart Contracts CLI",
"main": "dist/pc-contracts-cli",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion onchain/trustless-sidechain.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: trustless-sidechain
version: 6.2.1
version: 6.2.2
synopsis: TODO
description: TODO
homepage: https://github.com/mlabs-haskell/trustless-sidechain
Expand Down
2 changes: 1 addition & 1 deletion raw-scripts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raw-scripts"
version = "6.2.1"
version = "6.2.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 87a1d42

Please sign in to comment.