Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coolavery committed May 14, 2022
1 parent 773e53a commit cec6c84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/evanw/esbuild/pkg/api"
)

const VERSION = "0.1.2"
const VERSION = "0.1.3"

func BundleScripts() error {
log.Println("Bundling scripts to inject...")
Expand Down
13 changes: 13 additions & 0 deletions desktop/space.crankshaft.Crankshaft.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@
<url type="homepage">https://crankshaft.space/</url>

<releases>
<release version="0.1.3" date="2021-05-14">
<description>
<p>
- Automatically install autostart service on first launch
- Add RPC service and UI for enabling/disabling autostart service
- Show Crankshaft version in settings menu
- Show plugin version in plugin manager
</p>
</description>

<url>https://git.sr.ht/~avery/crankshaft/refs/0.1.3</url>
</release>

<release version="0.1.2" date="2021-05-12">
<description>
<p>
Expand Down

0 comments on commit cec6c84

Please sign in to comment.