Skip to content

Commit

Permalink
chore: bump all versions for the SDKs to 1.0.0 as the first release
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Jan 8, 2024
1 parent 9fc03e5 commit d8bee85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flipt-client-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ publishing {
maven(MavenPublication) {
groupId = 'io.flipt'
artifactId = 'flipt-java'
version = '0.2.15'
version = '1.0.0'
from components.java
}
}
Expand Down
2 changes: 1 addition & 1 deletion flipt-client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipt-io/flipt",
"version": "0.0.1",
"version": "1.0.0",
"description": "Flipt Server SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion flipt-client-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flipt"
version = "0.0.1"
version = "1.0.0"
description = "Flipt Server SDK"
authors = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion flipt-client-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flipt"
description = "Flipt Rust Server SDK"
version = "0.0.1"
version = "1.0.0"
edition = "2021"
author = ["Flipt Devs <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d8bee85

Please sign in to comment.