diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index d1952fa9d..3781eccc8 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13) # Project information project(omega_edit - VERSION 0.9.61 + VERSION 0.9.62 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 40bfafa2f..ddc9a990a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/core", - "version": "0.9.61", + "version": "0.9.62", "private": "true", "description": "OmegaEdit Client and Server", "publisher": "ctc-oss", diff --git a/packages/client/package.json b/packages/client/package.json index 9dc421a1f..94838ba35 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/client", - "version": "0.9.61", + "version": "0.9.62", "description": "OmegaEdit gRPC Client TypeScript Types", "publisher": "ctc-oss", "main": "out/index.js", @@ -41,7 +41,7 @@ }, "dependencies": { "@grpc/grpc-js": "^1.8.12", - "@omega-edit/server": "0.9.61", + "@omega-edit/server": "0.9.62", "@types/google-protobuf": "^3.15.5", "google-protobuf": "^3.21.2", "pino": "^8.11.0", diff --git a/packages/server/package.json b/packages/server/package.json index c05e27f85..c59b09cd2 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/server", - "version": "0.9.61", + "version": "0.9.62", "description": "OmegaEdit gRPC Server TypeScript functions", "publisher": "ctc-oss", "main": "out/index.js",