Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CKylinMC committed Jul 18, 2023
1 parent 46ff0aa commit 2d6ecc5
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.6",
"version": "0.7.7",
"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.6',
version: '0.7.7',
description: 'A command line tool for managing your script snippets on Windows.',
author: 'CKylinMC',
}
Expand Down

0 comments on commit 2d6ecc5

Please sign in to comment.