File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
13
13
14
14
# Project information
15
15
project (omega_edit
16
- VERSION 0.9.81
16
+ VERSION 0.9.82
17
17
DESCRIPTION "Apache open source library for building editors"
18
18
HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit"
19
19
LANGUAGES C CXX)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omega-edit/core" ,
3
- "version" : " 0.9.81 " ,
3
+ "version" : " 0.9.82 " ,
4
4
"private" : " true" ,
5
5
"description" : " OmegaEdit Client and Server" ,
6
6
"publisher" : " CTC-OSS" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omega-edit/client" ,
3
- "version" : " 0.9.81 " ,
3
+ "version" : " 0.9.82 " ,
4
4
"description" : " OmegaEdit gRPC Client" ,
5
5
"publisher" : " ctc-oss" ,
6
6
"main" : " ./main.js" ,
44
44
},
45
45
"dependencies" : {
46
46
"@grpc/grpc-js" : " 1.10.4" ,
47
- "@omega-edit/server" : " 0.9.81 " ,
47
+ "@omega-edit/server" : " 0.9.82 " ,
48
48
"@types/google-protobuf" : " 3.15.12" ,
49
49
"google-protobuf" : " 3.21.2" ,
50
50
"pid-port" : " 0.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omega-edit/server" ,
3
- "version" : " 0.9.81 " ,
3
+ "version" : " 0.9.82 " ,
4
4
"description" : " OmegaEdit gRPC Server" ,
5
5
"publisher" : " ctc-oss" ,
6
6
"main" : " ./out/index.js" ,
You can’t perform that action at this time.
0 commit comments