Skip to content

Commit

Permalink
build: bump version to 0.7.9-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CKylinMC committed Aug 17, 2023
1 parent 3979eb8 commit 1d45b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmand",
"version": "0.7.8-beta",
"version": "0.7.9-beta",
"author": "CKylinMC",
"description": "A simple command-line tool for Windows managing your small scripts.",
"main": "build/main/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import homedir from 'homedir';

export const Info = {
name: 'cmand',
version: '0.7.8-beta',
version: '0.7.9-beta',
description: 'A command line tool for managing your script snippets on Windows.',
author: 'CKylinMC',
}
Expand Down

0 comments on commit 1d45b35

Please sign in to comment.