Skip to content

Commit 1bc8682

Browse files
committed
Update contributor and bump version
1 parent 61f463d commit 1bc8682

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here's an example of the HTML of a finished timer:
3737
</div>
3838
```
3939

40-
The default CSS classes can be used to style the timer or we can specify [custom classes](https://github.com/caike/jQuery-Simple-Timer/blob/master/tests/tests.js#L342-L348)
40+
The default CSS classes can be used to style the timer or we can specify [custom classes](https://github.com/caike/jQuery-Simple-Timer/blob/master/tests/tests.js#L342-L348)
4141
via the `classNames` option. Like this:
4242

4343
```javascript
@@ -100,4 +100,5 @@ Open [tests/index.html](https://rawgit.com/caike/jQuery-Simple-Timer/master/test
100100
* [Carlos Souza](https://github.com/caike)
101101
* [Rafael Oshiro](https://github.com/roshiro)
102102
* [ASCIIcat](https://github.com/ASCIIcat)
103+
* [Vicky Leong](https://github.com/vleong2332)
103104

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-simple-timer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A countdown timer plugin for jQuery",
55
"main": "jquery.simple.timer.js",
66
"directories": {

0 commit comments

Comments
 (0)