Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit 6370f6c

Browse files
committed
Update
1 parent 66238c7 commit 6370f6c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var current_version = '1.4.0';
2-
var new_version = '1.4.1';
1+
var current_version = '1.4.1';
2+
var new_version = '1.4.2';
33

44
module.exports = function(grunt) {
55
grunt.loadNpmTasks('grunt-replace');

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/y
1818
TMP="$(mktemp -d)" \
1919
&& git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
2020
&& cd "${TMP}" \
21-
&& git checkout 1.4.1 \
21+
&& git checkout 1.4.2 \
2222
&& sudo cp "${TMP}/drupal-compose.sh" /usr/local/bin/drupal-compose \
2323
&& sudo chmod +x /usr/local/bin/drupal-compose \
2424
&& cd -

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.4.1"
1+
VERSION = "1.4.2"
22

33
require 'yaml'
44

drupal-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="1.4.1"
3+
VERSION="1.4.2"
44

55
WORKING_DIR="$(pwd)"
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drupal-compose",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/dockerizedrupal/drupal-compose.git"

0 commit comments

Comments
 (0)