Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus committed Dec 30, 2015
1 parent 332bec0 commit 6d4c86a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/fiskus/gregory.svg?branch=master)](https://travis-ci.org/fiskus/gregory)
[![Davis Dependency status](https://david-dm.org/fiskus/gregory.svg)](https://david-dm.org/fiskus/gregory)
[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)
[![unstable](http://badges.github.io/stability-badges/dist/unstable.svg)](http://github.com/badges/stability-badges)

React calendar component.

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gregory",
"version": "0.3.0",
"version": "0.3.1",
"description": "React.js calendar component.",
"repository": {
"type": "git",
Expand All @@ -10,8 +10,9 @@
"author": "Hanse",
"contributors": [
{
"email": "fiskus@chervonny.ru",
"name": "Maxim Chervonny",
"email": "fiskus@chervonny.ru"
"url" : "http://chervonny.ru/en"
}
],
"license": "MIT",
Expand All @@ -21,8 +22,8 @@
"react-component"
],
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"babelify": "^6.4.0",
"browserify": "^12.0.1",
"envify": "^3.4.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
Expand All @@ -42,8 +43,8 @@
"moment": "^2.10.6"
},
"peerDependencies": {
"react": "^0.14",
"react-dom": "^0.14.0"
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"scripts": {
"start": "gulp examples",
Expand Down

0 comments on commit 6d4c86a

Please sign in to comment.