We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa0d64 commit 2306000Copy full SHA for 2306000
CMakeLists.txt
@@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
13
14
# Project information
15
project(omega_edit
16
- VERSION 0.9.49
+ VERSION 0.9.50
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.49",
+ "version": "0.9.50",
4
"description": "OmegaEdit gRPC Client TypeScript Types",
5
"publisher": "ctc-oss",
6
"repository": {
0 commit comments