Skip to content

Commit 648789d

Browse files
committed
build: Updated CMakeLists.txt and Cargo.toml for new 1.1.0 release.
1 parent fce41c8 commit 648789d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15.0)
2-
project(c-questdb-client VERSION 1.0.0)
2+
project(c-questdb-client VERSION 1.1.0)
33

44
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
55
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rs-questdb-client"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)