mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-21 16:01:31 +00:00
chore: bump version to 3.6.0
This commit is contained in:
Generated
+4
-4
@@ -3939,7 +3939,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "orbien-client"
|
||||
version = "3.6.0-beta.1"
|
||||
version = "3.6.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@@ -3960,7 +3960,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "orbien-core"
|
||||
version = "3.6.0-beta.1"
|
||||
version = "3.6.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
@@ -3991,7 +3991,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "orbien-desktop"
|
||||
version = "3.6.0-beta.1"
|
||||
version = "3.6.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"libc",
|
||||
@@ -4012,7 +4012,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "orbien-server"
|
||||
version = "3.6.0-beta.1"
|
||||
version = "3.6.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"axum",
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "3.6.0-beta.1"
|
||||
version = "3.6.0"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
authors = ["orbien"]
|
||||
|
||||
@@ -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.6.0--beta.1-blue?style=for-the-badge" alt="orbien:3.6.0-beta.1"/>
|
||||
<img src="https://img.shields.io/badge/orbien-3.6.0-blue?style=for-the-badge" alt="orbien:3.6.0"/>
|
||||
</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
@@ -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.6.0--beta.1-blue?style=for-the-badge" alt="orbien:3.6.0-beta.1"/>
|
||||
<img src="https://img.shields.io/badge/orbien-3.6.0-blue?style=for-the-badge" alt="orbien:3.6.0"/>
|
||||
</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"/>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>orbien-client</artifactId>
|
||||
|
||||
+1
-1
@@ -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.6.0-beta.1";
|
||||
private static final String VERSION = "3.6.0";
|
||||
|
||||
private final OrbienClientConfig config;
|
||||
private final AtomicBoolean started = new AtomicBoolean(false);
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>orbien-spring-boot-demo</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>orbien-spring-boot-starter</artifactId>
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>orbien</name>
|
||||
|
||||
@@ -19,13 +19,13 @@ import TabItem from '@theme/TabItem';
|
||||
<dependency>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien-spring-boot-starter</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="Gradle" label="Gradle">
|
||||
```groovy
|
||||
implementation("io.github.lxien:orbien-spring-boot-starter:3.6.0-beta.1")
|
||||
implementation("io.github.lxien:orbien-spring-boot-starter:3.6.0")
|
||||
```
|
||||
</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.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="Gradle" label="Gradle">
|
||||
```groovy
|
||||
implementation("io.github.lxien:orbien-spring-boot-starter:3.6.0-beta.1")
|
||||
implementation("io.github.lxien:orbien-spring-boot-starter:3.6.0")
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "orbien-docs",
|
||||
"version": "3.6.0-beta.1",
|
||||
"version": "3.6.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
|
||||
@@ -7,7 +7,7 @@ import styles from './styles.module.css';
|
||||
|
||||
const REPO = 'orbien-org/orbien';
|
||||
|
||||
const FALLBACK_VERSION = '3.6.0-beta.1';
|
||||
const FALLBACK_VERSION = '3.6.0';
|
||||
|
||||
type OsId = 'windows' | 'linux' | 'darwin' | 'freebsd';
|
||||
type ArchId = 'amd64' | 'arm64';
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "orbien-server-ui",
|
||||
"version": "3.6.0-beta.1",
|
||||
"version": "3.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "orbien-server-ui",
|
||||
"version": "3.6.0-beta.1",
|
||||
"version": "3.6.0",
|
||||
"dependencies": {
|
||||
"vue": "^3.5.22",
|
||||
"vue-i18n": "^11.4.8",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "orbien-server-ui",
|
||||
"private": true,
|
||||
"version": "3.6.0-beta.1",
|
||||
"version": "3.6.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user