Skip to content

Commit c0040f1

Browse files
committed
Prepare releases of new client versions.
1 parent 799fdf1 commit c0040f1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: trailbase
22
description: Official client library for TrailBase.
33
homepage: https://trailbase.io
44
repository: https://github.com/trailbaseio/trailbase
5-
version: 0.7.1
5+
version: 0.7.2
66

77
environment:
88
sdk: ^3.6.1

client/dotnet/trailbase/TrailBase.csproj

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

33
<PropertyGroup>
44
<PackageId>TrailBase</PackageId>
5-
<Version>0.5.0</Version>
5+
<Version>0.5.1</Version>
66
<Authors>TrailBase authors</Authors>
77
<PackageReadmeFile>./README.md</PackageReadmeFile>
88
<PackageLicenseExpression>Apache-2.0 OR OSL-3.0</PackageLicenseExpression>

client/kotlin/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allprojects {
5050

5151
group = "io.trailbase"
5252

53-
version = "0.2.0"
53+
version = "0.2.1"
5454

5555
mavenPublishing {
5656
publishToMavenCentral()

client/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "trailbase"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "TrailBase client for Python"
55
authors = ["TrailBase <contact@trailbase.io>"]
66
repository = "https://github.com/trailbaseio/trailbase"

crates/assets/js/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "trailbase",
33
"description": "Official TrailBase Client",
44
"homepage": "https://trailbase.io",
5-
"version": "0.9.0",
5+
"version": "0.9.1",
66
"license": "Apache-2.0 OR OSL-3.0",
77
"type": "module",
88
"main": "./src/index.ts",

crates/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trailbase-client"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
license = "Apache-2.0 OR OSL-3.0"
66
description = "Client for accessing TrailBase's record APIs"

0 commit comments

Comments
 (0)