From 0b748f57e4492621dd79964296a10e35e6c4df8f Mon Sep 17 00:00:00 2001 From: Shane Dell Date: Wed, 22 Nov 2023 12:25:02 -0500 Subject: [PATCH] v0.9.76 [node_publish] --- CMakeLists.txt | 2 +- package.json | 2 +- packages/client/package.json | 4 ++-- packages/server/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ad2c195e..53b7f3a01 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.75 + VERSION 0.9.76 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 0de3d42e5..558a96fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/core", - "version": "0.9.75", + "version": "0.9.76", "private": "true", "description": "OmegaEdit Client and Server", "publisher": "CTC-OSS", diff --git a/packages/client/package.json b/packages/client/package.json index 36098c3e6..27b8a685a 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/client", - "version": "0.9.75", + "version": "0.9.76", "description": "OmegaEdit gRPC Client", "publisher": "ctc-oss", "main": "out/index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@grpc/grpc-js": "1.9.11", - "@omega-edit/server": "0.9.75", + "@omega-edit/server": "0.9.76", "@types/google-protobuf": "3.15.10", "google-protobuf": "3.21.2", "pino": "8.16.2", diff --git a/packages/server/package.json b/packages/server/package.json index 62b846f47..2dc1037ac 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@omega-edit/server", - "version": "0.9.75", + "version": "0.9.76", "description": "OmegaEdit gRPC Server", "publisher": "ctc-oss", "main": "out/index.js",