Skip to content

Commit

Permalink
Prepare version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-beguin committed May 4, 2017
1 parent 5af26e4 commit eeab820
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0.0 /
# 2.0.0 / 2017-05-04

## BREAKING CHANGES

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The documentation also contains information about how to write an [OpenVeo](http

# Usage

From OpenVeo root directory :
From OpenVeo root directory:

yo openveo-plugin

# Documentation

Documentation is available on [Github pages](http://veo-labs.github.io/openveo-plugin-generator/1.0.0).
Documentation is available on [Github pages](http://veo-labs.github.io/openveo-plugin-generator/2.0.0/).

# Contributors

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"yuidoc-theme-blue": "0.1.9"
},
"peerDependencies": {
"@openveo/core": "3.*"
"@openveo/core": "4.*"
},
"scripts": {
"prepublish": "grunt prod",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-openveo-plugin",
"version": "1.0.0",
"version": "2.0.0",
"description": "A Yeoman generator for OpenVeo plugins",
"keywords": [
"openveo",
Expand Down

0 comments on commit eeab820

Please sign in to comment.