diff --git a/CMakeLists.txt b/CMakeLists.txt index 42e41d27..d5e4d328 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13) # Project information project(omega_edit - VERSION 0.9.81 + VERSION 0.9.82 DESCRIPTION "Apache open source library for building editors" HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit" LANGUAGES C CXX) diff --git a/package.json b/package.json index 0679f1bc..38af9315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/core", - "version": "0.9.81", + "version": "0.9.82", "private": "true", "description": "OmegaEdit Client and Server", "publisher": "CTC-OSS", diff --git a/packages/client/package.json b/packages/client/package.json index 8e22b176..cfdfd1f7 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/client", - "version": "0.9.81", + "version": "0.9.82", "description": "OmegaEdit gRPC Client", "publisher": "ctc-oss", "main": "./main.js", @@ -44,7 +44,7 @@ }, "dependencies": { "@grpc/grpc-js": "1.10.4", - "@omega-edit/server": "0.9.81", + "@omega-edit/server": "0.9.82", "@types/google-protobuf": "3.15.12", "google-protobuf": "3.21.2", "pid-port": "0.2.0", diff --git a/packages/server/package.json b/packages/server/package.json index f70809f8..9d6f3457 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/server", - "version": "0.9.81", + "version": "0.9.82", "description": "OmegaEdit gRPC Server", "publisher": "ctc-oss", "main": "./out/index.js",