Skip to content

Commit 642f793

Browse files
authored
Merge pull request #75 from humpbackdev/feature/update-humpbackenv-to-version-1.22
Updated version of the humpback environment to v1.22
2 parents 0589fad + 1861a81 commit 642f793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = class extends Generator {
4949

5050
writing() {
5151
var self = this;
52-
remote('humpbackdev', 'humpback', 'v1.21', function(err, extractPath) {
52+
remote('humpbackdev', 'humpback', 'v1.22', function(err, extractPath) {
5353
self.fs.copy(extractPath, self.destinationPath('./'));
5454
self.fs.copy(extractPath + '/.ahoy', self.destinationPath('.ahoy'));
5555
self.fs.copy(extractPath + '/.ahoy.yml', self.destinationPath('.ahoy.yml'));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-humpback",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Generate a Drupal project using humpback",
55
"homepage": "https://humpbackdev.com",
66
"author": {

0 commit comments

Comments
 (0)