Skip to content

Commit 9a1f3dd

Browse files
committed
update: bump protocol version to 1.2.2
1 parent 3c4ede8 commit 9a1f3dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@saltify/milky-protocol",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "Milky protocol definition in form of IR",
66
"main": "src/index.ts",
77
"publishConfig": {

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@saltify/milky-types",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "Type definitions for Milky protocol",
66
"main": "src/index.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)