Skip to content

Commit 04a2099

Browse files
committed
release v1.0.4-beta
1 parent 20e25d0 commit 04a2099

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Privacy HTTP SDK"
44
homepage = "https://github.com/AI-Robotic-Labs/http-privacy"
55
documentation = "https://docs.rs/privacy_http_sdk"
66
license = "MIT"
7-
version = "1.0.3-beta"
7+
version = "1.0.4-beta"
88
edition = "2018"
99

1010
[dependencies]

http-c++/CMakeLists.tx

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)
2-
project(PrivacyHttpSdk VERSION 1.0.2-beta) # Define the version here
2+
project(PrivacyHttpSdk VERSION 1.0.4-beta) # Define the version here
33

44
# Add Rust shared library
55
set(RUST_LIB_PATH "../privacy_http_sdk/target/release")

http-py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="http-privacy",
5-
version="1.0.0b2", # Fixed: Replaced '--' with '-'
5+
version="1.0.0b4", # Fixed: Replaced '--' with '-'
66
packages=find_packages(),
77
install_requires=[
88
"Flask==3.1.0", # Fixed: Properly formatted as a list of strings

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-privacy-js",
3-
"version": "1.0.3-beta",
3+
"version": "1.0.4-beta",
44
"description": "HTTP Privacy JS Bindings",
55
"main": "index.js",
66
"scripts": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "http-privacy-sdk"
7-
version = "1.0.0b2"
7+
version = "1.0.0b4"
88
authors = [
99
{ name = "AI & Robotic Labs" },
1010
]

0 commit comments

Comments
 (0)