We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497af2d commit 2e0b2ccCopy full SHA for 2e0b2cc
CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
13
14
# Project information
15
project(omega_edit
16
- VERSION 0.9.50
+ VERSION 0.9.51
17
DESCRIPTION "Apache open source library for building editors"
18
HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit"
19
LANGUAGES C CXX)
src/rpc/client/ts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "omega-edit",
3
- "version": "0.9.50",
+ "version": "0.9.51",
4
"description": "OmegaEdit gRPC Client TypeScript Types",
5
"publisher": "ctc-oss",
6
"repository": {
0 commit comments