Skip to content

Commit 5256068

Browse files
committedApr 4, 2024·
v0.9.82 [node_publish]
1 parent 9531f75 commit 5256068

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
1313

1414
# Project information
1515
project(omega_edit
16-
VERSION 0.9.81
16+
VERSION 0.9.82
1717
DESCRIPTION "Apache open source library for building editors"
1818
HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit"
1919
LANGUAGES C CXX)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omega-edit/core",
3-
"version": "0.9.81",
3+
"version": "0.9.82",
44
"private": "true",
55
"description": "OmegaEdit Client and Server",
66
"publisher": "CTC-OSS",

‎packages/client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omega-edit/client",
3-
"version": "0.9.81",
3+
"version": "0.9.82",
44
"description": "OmegaEdit gRPC Client",
55
"publisher": "ctc-oss",
66
"main": "./main.js",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@grpc/grpc-js": "1.10.4",
47-
"@omega-edit/server": "0.9.81",
47+
"@omega-edit/server": "0.9.82",
4848
"@types/google-protobuf": "3.15.12",
4949
"google-protobuf": "3.21.2",
5050
"pid-port": "0.2.0",

‎packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omega-edit/server",
3-
"version": "0.9.81",
3+
"version": "0.9.82",
44
"description": "OmegaEdit gRPC Server",
55
"publisher": "ctc-oss",
66
"main": "./out/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.