Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLoy committed Dec 3, 2020
1 parent c88116f commit b9abe9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ You can easly customize the countdown using the css theme starter file or create

### Changelog

#### 1.7.0
- Countdowns can be initialized directly with HTML elements with variables like
- document.getElementById
- document.querySelector
- document.querySelectorAll
- etc...

##### 1.6.0
- Compatibility with languages like german for plurals ([PR #15](https://github.com/VincentLoy/simplyCountdown.js/pull/15)), thanks to [q30t](https://github.com/q30t)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simplycountdown.js",
"description": "Tiny Javascript Countdown",
"version": "1.6.0",
"version": "1.7.0",
"homepage": "http://vincentloy.github.io/simplyCountdown.js",
"author": {
"name": "Vincent Loy",
Expand Down

0 comments on commit b9abe9a

Please sign in to comment.