Skip to content

Commit

Permalink
chore: change metadata for v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Orphoros committed May 18, 2024
1 parent 01fb81b commit 707c035
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.0.11] - TBA
## [0.0.11] - 2024-05-18

### Added

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "statusify",
"private": true,
"version": "0.0.10",
"version": "0.0.11",
"author": {
"name": "Orphoros",
"email": "contact@orphoros.com"
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 = "statusify"
version = "0.0.10"
version = "0.0.11"
description = "Discord rich presence configurator"
authors = ["Orphoros <contact@orphoros.com>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Statusify",
"version": "0.0.10"
"version": "0.0.11"
},
"tauri": {
"allowlist": {
Expand Down
14 changes: 7 additions & 7 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "0.0.10",
"notes": "Added system tray and context menus",
"pub_date": "2024-05-03T18:05:00.000Z",
"version": "0.0.11",
"notes": "Added option to show a secondary button",
"pub_date": "2024-05-18T16:20:00.000Z",
"platforms": {
"darwin-x86_64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.10/Statusify-update.darwin-x86_64.tar.gz"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.11/Statusify-update.darwin-x86_64.tar.gz"
},
"darwin-aarch64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.10/Statusify-update.darwin-aarch64.tar.gz"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.11/Statusify-update.darwin-aarch64.tar.gz"
},
"linux-x86_64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.10/Statusify-update.linux-x86_64.tar.gz"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.11/Statusify-update.linux-x86_64.tar.gz"
},
"windows-x86_64": {
"signature": "signature-string",
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.10/Statusify-update.windows-x86_64.zip"
"url": "https://github.com/Orphoros/Statusify/releases/download/v0.0.11/Statusify-update.windows-x86_64.zip"
}
}
}

0 comments on commit 707c035

Please sign in to comment.