chore: bump version to 3.4.0-dev

This commit is contained in:
lxien
2026-08-29 20:00:21 +08:00
parent 4f5d6ceaf8
commit b424b46850
15 changed files with 21 additions and 21 deletions
Generated
+4 -4
View File
@@ -4003,7 +4003,7 @@ dependencies = [
[[package]]
name = "orbien-client"
version = "3.3.0-beta.1"
version = "3.4.0-dev"
dependencies = [
"anyhow",
"async-trait",
@@ -4025,7 +4025,7 @@ dependencies = [
[[package]]
name = "orbien-core"
version = "3.3.0-beta.1"
version = "3.4.0-dev"
dependencies = [
"anyhow",
"base64",
@@ -4057,7 +4057,7 @@ dependencies = [
[[package]]
name = "orbien-desktop"
version = "3.3.0-beta.1"
version = "3.4.0-dev"
dependencies = [
"anyhow",
"libc",
@@ -4076,7 +4076,7 @@ dependencies = [
[[package]]
name = "orbien-server"
version = "3.3.0-beta.1"
version = "3.4.0-dev"
dependencies = [
"anyhow",
"axum",
+1 -1
View File
@@ -8,7 +8,7 @@ members = [
]
[workspace.package]
version = "3.3.0-beta.1"
version = "3.4.0-dev"
edition = "2021"
license = "Apache-2.0"
authors = ["orbien"]
+1 -1
View File
@@ -21,7 +21,7 @@
<img src="https://img.shields.io/badge/Rust-Tokio-orange?style=for-the-badge&logo=rust&logoColor=white" alt="Rust"/>
</a>
<a href="https://github.com/orbien-org/orbien/releases">
<img src="https://img.shields.io/badge/orbien-3.3.0--beta.1-blue?style=for-the-badge" alt="orbien:3.3.0-beta.1"/>
<img src="https://img.shields.io/badge/orbien-3.4.0--dev-blue?style=for-the-badge" alt="orbien:3.4.0-dev"/>
</a>
<a href="https://somsubhra.github.io/github-release-stats/?username=orbien-org&repository=orbien">
<img src="https://img.shields.io/github/downloads/orbien-org/orbien/total?style=for-the-badge" alt="Downloads"/>
+1 -1
View File
@@ -21,7 +21,7 @@
<img src="https://img.shields.io/badge/Rust-Tokio-orange?style=for-the-badge&logo=rust&logoColor=white" alt="Rust"/>
</a>
<a href="https://github.com/orbien-org/orbien/releases">
<img src="https://img.shields.io/badge/orbien-3.3.0--beta.1-blue?style=for-the-badge" alt="orbien:3.3.0-beta.1"/>
<img src="https://img.shields.io/badge/orbien-3.4.0--dev-blue?style=for-the-badge" alt="orbien:3.4.0-dev"/>
</a>
<a href="https://somsubhra.github.io/github-release-stats/?username=orbien-org&repository=orbien">
<img src="https://img.shields.io/github/downloads/orbien-org/orbien/total?style=for-the-badge" alt="Downloads"/>
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.3.0-beta.1</version>
<version>3.4.0-dev</version>
</parent>
<artifactId>orbien-client</artifactId>
@@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory;
public final class OrbienClient implements AutoCloseable {
private static final Logger log = LoggerFactory.getLogger(OrbienClient.class);
private static final String VERSION = "3.3.0-beta.1";
private static final String VERSION = "3.4.0-dev";
private final OrbienClientConfig config;
private final AtomicBoolean started = new AtomicBoolean(false);
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.3.0-beta.1</version>
<version>3.4.0-dev</version>
</parent>
<artifactId>orbien-spring-boot-demo</artifactId>
@@ -7,7 +7,7 @@
<parent>
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.3.0-beta.1</version>
<version>3.4.0-dev</version>
</parent>
<artifactId>orbien-spring-boot-starter</artifactId>
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>io.github.lxien</groupId>
<artifactId>orbien</artifactId>
<version>3.3.0-beta.1</version>
<version>3.4.0-dev</version>
<packaging>pom</packaging>
<name>orbien</name>
+2 -2
View File
@@ -19,13 +19,13 @@ import TabItem from '@theme/TabItem';
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-spring-boot-starter</artifactId>
<version>3.3.0-beta.1</version>
<version>3.4.0-dev</version>
</dependency>
```
</TabItem>
<TabItem value="Gradle" label="Gradle">
```groovy
implementation("io.github.lxien:orbien-spring-boot-starter:3.3.0-beta.1")
implementation("io.github.lxien:orbien-spring-boot-starter:3.4.0-dev")
```
</TabItem>
</Tabs>
@@ -19,13 +19,13 @@ import TabItem from '@theme/TabItem';
<dependency>
<groupId>io.github.lxien</groupId>
<artifactId>orbien-spring-boot-starter</artifactId>
<version>3.3.0-beta.1</version>
<version>3.4.0-dev</version>
</dependency>
```
</TabItem>
<TabItem value="Gradle" label="Gradle">
```groovy
implementation("io.github.lxien:orbien-spring-boot-starter:3.3.0-beta.1")
implementation("io.github.lxien:orbien-spring-boot-starter:3.4.0-dev")
```
</TabItem>
</Tabs>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "orbien-docs",
"version": "3.3.0-beta.1",
"version": "3.4.0-dev",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
+1 -1
View File
@@ -6,7 +6,7 @@ import styles from './styles.module.css';
const REPO = 'orbien-org/orbien';
const FALLBACK_VERSION = '3.3.0-beta.1';
const FALLBACK_VERSION = '3.4.0-dev';
type OsId = 'windows' | 'linux' | 'darwin' | 'freebsd';
type ArchId = 'amd64' | 'arm64';
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "orbien-server-ui",
"version": "3.3.0-beta.1",
"version": "3.4.0-dev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "orbien-server-ui",
"version": "3.3.0-beta.1",
"version": "3.4.0-dev",
"dependencies": {
"vue": "^3.5.22",
"vue-i18n": "^11.4.8",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "orbien-server-ui",
"private": true,
"version": "3.3.0-beta.1",
"version": "3.4.0-dev",
"type": "module",
"scripts": {
"dev": "vite",