Skip to content

Commit

Permalink
feature: update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greendoescode committed Nov 5, 2024
1 parent 814e139 commit 84dccdc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions flatpak.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="0.6.0" date="2024-11-05">
<url type="details">https://github.com/volar-is/volaris-gui/releases/tag/app-v0.6.0</url>
<description>
<p>Release description</p>
<ul>
<li>Add new logos!</li>
</ul>
</description>
</release>
<release version="0.5.0" date="2024-10-19">
<url type="details">https://github.com/volar-is/volaris-gui/releases/tag/app-v0.5.0</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volaris-gui",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volaris-gui"
version = "0.5.0"
version = "0.6.0"
description = "Sleek file encryption/decryption"
authors = ["[email protected]"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/tauri-v2.0.0-rc.2/core/tauri-config-schema/schema.json",
"productName": "Volaris",
"version": "0.5.0",
"version": "0.6.0",
"identifier": "com.leohanney.Volaris",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 84dccdc

Please sign in to comment.