Bump version to v0.3.1 (#85)
Some checks failed
Clippy check / clippy_check (push) Has been cancelled
Some checks failed
Clippy check / clippy_check (push) Has been cancelled
This commit is contained in:
parent
be688cb18f
commit
6104bfda72
5 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 04125e89bef517411e103cdabcfa64a1bb563423
|
||||
Subproject commit 26698e5b069d463b9a02a3dd61e4888d28fa9f88
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "drop-app",
|
||||
"private": true,
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
|
|
|
|||
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
|
@ -1284,7 +1284,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "drop-app"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
dependencies = [
|
||||
"atomic-instant-full",
|
||||
"bitcode",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "drop-app"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
description = "The client application for the open-source, self-hosted game distribution platform Drop"
|
||||
authors = ["Drop OSS"]
|
||||
edition = "2024"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2.0.0",
|
||||
"productName": "Drop Desktop Client",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"identifier": "dev.drop.app",
|
||||
"build": {
|
||||
"beforeDevCommand": "yarn dev --port 1432",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue