Skip to content

Commit 583a3d0

Browse files
committed
chore: bump version to 0.1.3 and use stable download links
1 parent 86952f8 commit 583a3d0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

engine/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.25)
22

33
project(vayu-engine
4-
VERSION 0.1.2
4+
VERSION 0.1.3
55
DESCRIPTION "High-performance API execution engine"
66
LANGUAGES C CXX
77
)

engine/include/vayu/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
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

2121
namespace vayu {
2222

engine/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)