Skip to content

Commit ab24f6e

Browse files
committed
Bump version to 0.3.0
1 parent c5c30db commit ab24f6e

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symphony"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "Elastic-2.0"
66

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harperfast/symphony-darwin-arm64",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "symphony native binary for macOS arm64 (Apple Silicon)",
55
"os": [
66
"darwin"

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harperfast/symphony-darwin-x64",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "symphony native binary for macOS x64",
55
"os": [
66
"darwin"

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harperfast/symphony-linux-arm64-gnu",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "symphony native binary for linux arm64 glibc",
55
"os": [
66
"linux"

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harperfast/symphony-linux-arm64-musl",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "symphony native binary for linux arm64 musl",
55
"os": [
66
"linux"

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harperfast/symphony-linux-x64-gnu",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "symphony native binary for linux x64 glibc",
55
"os": [
66
"linux"

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harperfast/symphony-linux-x64-musl",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "symphony native binary for linux x64 musl",
55
"os": [
66
"linux"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harperfast/symphony",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "High-performance TLS proxy with SNI routing — Rust/napi-rs, Linux",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)