Skip to content

Commit

Permalink
chore: update trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schenk committed Aug 18, 2021
1 parent 57bbb9b commit 8a9d72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commandos",
"version": "0.7.0",
"version": "0.7.1",
"description": "Commandos is a multi git repo client",
"scripts": {
"preinstall": "npx only-allow yarn",
Expand Down
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 = "app"
version = "0.7.0"
version = "0.7.1"
description = "Commandos is a multi git repo client"
authors = [ "Dominik Schenk" ]
license = ""
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 @@
{
"package": {
"productName": "Commandos",
"version": "0.7.0"
"version": "0.7.1"
},
"build": {
"distDir": "../dist/commandos",
Expand Down

0 comments on commit 8a9d72e

Please sign in to comment.