Skip to content

Commit

Permalink
build: release v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Apr 18, 2024
1 parent b9c173d commit d354729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.27)
project(RedHttpClient VERSION 0.1.0)
project(RedHttpClient VERSION 0.2.0)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
Expand Down
2 changes: 1 addition & 1 deletion bundle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import * as fs from 'fs';
import archiver from 'archiver';

const PLUGIN_VERSION = '0.1.0';
const PLUGIN_VERSION = '0.2.0';
const PLUGIN_NAME = 'RedHttpClient';
const PLUGIN_LICENSE = 'LICENSE';
const PLUGIN_LIBRARY_PATH = `build/Release/${PLUGIN_NAME}.dll`;
Expand Down

0 comments on commit d354729

Please sign in to comment.