Skip to content

Commit

Permalink
Bump 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Mar 19, 2020
1 parent 34ea50e commit 65f5a27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hooks/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -euo pipefail

echo "Pre-Commit hooks running..."

npm run build
npm run update-version
npm run build
git add src/version-const.ts
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "decluttering-card",
"version": "0.4.1-0",
"version": "0.4.1",
"description": "Template Card for Lovelace",
"main": "dist/decluttering-card.js",
"pre-commit": [
Expand Down
2 changes: 1 addition & 1 deletion src/version-const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CARD_VERSION = '0.4.1-0';
export const CARD_VERSION = '0.4.1';

0 comments on commit 65f5a27

Please sign in to comment.