Skip to content

Commit 7405317

Browse files
committed
bump: v1.4.3
1 parent 5641be2 commit 7405317

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orbit"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
description = "Modern local development environment - Manage Nginx, PHP, MariaDB and more"
55
authors = ["alins"]
66
license = "MIT"

core/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Orbit",
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"identifier": "com.orbit.dev",
66
"build": {
77
"frontendDist": "../dist",

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<div class="container">
6767
<div class="hero-badge">
6868
<span class="badge-dot"></span>
69-
<span>v1.4.2 — Recovery stubs no longer lost on regenerate</span>
69+
<span>v1.4.3 — Recovery stubs no longer lost on regenerate</span>
7070
</div>
7171
<h1 class="hero-title">
7272
Your local dev stack,<br />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "orbit-local-server",
33
"private": true,
4-
"version": "1.4.2",
4+
"version": "1.4.3",
55
"description": "Modern local development environment - Manage Nginx, PHP, MariaDB and more",
66
"author": "alins",
77
"license": "MIT",

0 commit comments

Comments
 (0)