Skip to content

Commit 87a1d42

Browse files
authored
chore: bump version to v6.2.2 (#161)
1 parent 1214d9d commit 87a1d42

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog](https://keepachangelog.com/en/1.1.0).
55

66
# Unreleased
77

8+
# v6.2.2
9+
810
## Changed
911
* NativeTokenManagement can be initialised without spending the genesis utxo.
1012

offchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@partner-chains/pc-contracts-cli",
33
"type": "module",
4-
"version": "6.2.1",
4+
"version": "6.2.2",
55
"description": "Partner Chains Smart Contracts CLI",
66
"main": "dist/pc-contracts-cli",
77
"directories": {

onchain/trustless-sidechain.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: trustless-sidechain
3-
version: 6.2.1
3+
version: 6.2.2
44
synopsis: TODO
55
description: TODO
66
homepage: https://github.com/mlabs-haskell/trustless-sidechain

raw-scripts/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "raw-scripts"
3-
version = "6.2.1"
3+
version = "6.2.2"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)