File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 0.1.2
1+ 0.1.3
Original file line number Diff line number Diff line change 11{
22 "name" : " vayu-client" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " Vayu - High-Performance API Testing Platform" ,
55 "author" : {
66 "name" : " Atharva Kusumbia" ,
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.25 )
22
33project (vayu-engine
4- VERSION 0.1.2
4+ VERSION 0.1.3
55 DESCRIPTION "High-performance API execution engine"
66 LANGUAGES C CXX
77)
Original file line number Diff line number Diff line change 1414
1515#define VAYU_VERSION_MAJOR 0
1616#define VAYU_VERSION_MINOR 1
17- #define VAYU_VERSION_PATCH 2
17+ #define VAYU_VERSION_PATCH 3
1818
19- #define VAYU_VERSION_STRING " 0.1.2 "
19+ #define VAYU_VERSION_STRING " 0.1.3 "
2020
2121namespace vayu {
2222
Original file line number Diff line number Diff line change 11{
22 "name" : " vayu-engine" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " High-performance API execution engine" ,
55 "homepage" : " https://github.com/vayu/vayu" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments