Skip to content

Commit

Permalink
Bump version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Mar 16, 2020
1 parent 807f0c3 commit 2d238f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "button-card",
"version": "3.2.0",
"version": "3.2.1",
"description": "Button card for lovelace",
"main": "dist/button-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 BUTTON_CARD_VERSION = '3.2.0';
export const BUTTON_CARD_VERSION = '3.2.1';

0 comments on commit 2d238f8

Please sign in to comment.