Skip to content

Commit 049d210

Browse files
committed
Bump version to 2.1.0
1 parent 71bc9b6 commit 049d210

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-clock",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A component to display clock for your React application.",
55
"main": "build/entry.js",
66
"es6": "src/entry.js",

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-clock-sample-page",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A sample page for React-Clock.",
55
"private": true,
66
"scripts": {

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-clock-test-page",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A test page for React-Clock.",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)