Skip to content

Commit

Permalink
v0.9.63 [node_publish]
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Apr 13, 2023
1 parent ea6d225 commit b5589ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)

# Project information
project(omega_edit
VERSION 0.9.62
VERSION 0.9.63
DESCRIPTION "Apache open source library for building editors"
HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit"
LANGUAGES C CXX)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omega-edit/core",
"version": "0.9.62",
"version": "0.9.63",
"private": "true",
"description": "OmegaEdit Client and Server",
"publisher": "ctc-oss",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omega-edit/client",
"version": "0.9.62",
"version": "0.9.63",
"description": "OmegaEdit gRPC Client TypeScript Types",
"publisher": "ctc-oss",
"main": "out/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@grpc/grpc-js": "^1.8.12",
"@omega-edit/server": "0.9.62",
"@omega-edit/server": "0.9.63",
"@types/google-protobuf": "^3.15.5",
"google-protobuf": "^3.21.2",
"pino": "^8.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omega-edit/server",
"version": "0.9.62",
"version": "0.9.63",
"description": "OmegaEdit gRPC Server TypeScript functions",
"publisher": "ctc-oss",
"main": "out/index.js",
Expand Down

0 comments on commit b5589ea

Please sign in to comment.