Skip to content

Commit 43cb97d

Browse files
chore(release): bump version to 1.9.1 (#149)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f4edde1 commit 43cb97d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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 = "dcl-launcher-core"
3-
version = "1.9.0"
3+
version = "1.9.1"
44
edition = "2024"
55

66
[lib]

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Decentraland",
33
"private": true,
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/main.rs"
44

55
[package]
66
name = "Decentraland-Launcher"
7-
version = "1.9.0"
7+
version = "1.9.1"
88
description = "Decentraland Launcher App"
99
authors = [ "Decentraland",]
1010
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Decentraland",
44
"mainBinaryName": "dcl_launcher",
5-
"version": "1.9.0",
5+
"version": "1.9.1",
66
"identifier": "com.decentraland.launcherlite",
77
"build": {
88
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)