Skip to content

Commit

Permalink
updated the odin version to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Nov 19, 2013
1 parent e7d5732 commit 321e16e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ And send a Pull Request o/

## Changelog ##

##### 1.0.4 - 31/10/13 #####

* Updated the Odin version to 2.1.5.

##### 1.0.3 - 31/10/13 #####

* Updated the Odin version to 2.1.3.
Expand Down
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ OdinGenerator.prototype.settings = function settings() {
OdinGenerator.prototype.copyFiles = function copyFiles() {
var done = this.async();

this.remote('wpbrasil', 'odin', '2.1.3', function (err, remote) {
this.remote('wpbrasil', 'odin', '2.1.5', function (err, remote) {
remote.directory('.', '.');
done();
});
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-odin",
"version": "1.0.3",
"version": "1.0.4",
"description": "Odin generator for Yeoman",
"keywords": [
"yeoman-generator"
Expand Down

0 comments on commit 321e16e

Please sign in to comment.