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

Commit 3dc59a0

Browse files
committed
Update
1 parent 7a6b4f0 commit 3dc59a0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.1.3';
2-
var new_version = '1.1.4';
1+
var current_version = '1.1.4';
2+
var new_version = '1.1.5';
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 @@ This project is part of the [Dockerized Drupal](https://dockerizedrupal.com/) in
1818
TMP="$(mktemp -d)" \
1919
&& git clone https://github.com/dockerizedrupal/drupal-compose.git "${TMP}" \
2020
&& cd "${TMP}" \
21-
&& git checkout 1.1.4 \
21+
&& git checkout 1.1.5 \
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.1.4
1+
1.1.5

drupal-compose.sh

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

3-
VERSION="1.1.4"
3+
VERSION="1.1.5"
44

55
WORKING_DIR="$(pwd)"
66

@@ -114,7 +114,7 @@ php:
114114
extends:
115115
file: host.yml
116116
service: php
117-
image: dockerizedrupal/php-5.6:1.1.1
117+
image: dockerizedrupal/php-5.6:1.1.2
118118
hostname: php
119119
volumes:
120120
- ~/.ssh:/home/container/.ssh
@@ -238,7 +238,7 @@ php:
238238
extends:
239239
file: host.yml
240240
service: php
241-
image: dockerizedrupal/php-5.5:1.1.1
241+
image: dockerizedrupal/php-5.5:1.1.2
242242
hostname: php
243243
volumes:
244244
- ~/.ssh:/home/container/.ssh

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.1.4",
3+
"version": "1.1.5",
44
"dependencies": {
55
"grunt": "^0.4.5",
66
"grunt-replace": "^0.11.0"

0 commit comments

Comments
 (0)