This repository was archived by the owner on Jan 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
44module . exports = function ( grunt ) {
55 grunt . loadNpmTasks ( 'grunt-replace' ) ;
Original file line number Diff line number Diff 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 -
Original file line number Diff line number Diff line change 1- 1.4.1
1+ 1.4.2
Original file line number Diff line number Diff line change 1- VERSION = "1.4.1 "
1+ VERSION = "1.4.2 "
22
33require 'yaml'
44
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.4.1 "
3+ VERSION=" 1.4.2 "
44
55WORKING_DIR=" $( pwd) "
66
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments