Skip to content

Commit

Permalink
Bump to version 1.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Mar 10, 2022
1 parent 45c1237 commit 92d8ad8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io",
"version": "1.4.2",
"version": "1.4.3",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/io-celio-speaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-celio-speaker",
"version": "1.4.2",
"version": "1.4.3",
"description": "Plugin for @cisl/io for interop with speaker-worker using legacy celio topics/queues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io-celio-transcript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-celio-transcript",
"version": "1.4.2",
"version": "1.4.3",
"description": "Plugin for @cisl/io for interop with transcript-worker using legacy celio topics/queues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io-display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-display",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io-speaker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io-speaker",
"version": "1.4.2",
"version": "1.4.3",
"description": "Plugin for @cisl/io for interop with speaker-worker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cisl/io",
"version": "1.4.2",
"version": "1.4.3",
"description": "A framework for building distributed applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 92d8ad8

Please sign in to comment.