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

Commit b63174c

Browse files
committed
Revert "Bump version"
This reverts commit 93b8dbb.
1 parent 93b8dbb commit b63174c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.2.2';
2-
var new_version = '1.2.3';
1+
var current_version = '1.2.1';
2+
var new_version = '1.2.2';
33

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
> **Notice:** *This project is part of the [Dockerized Drupal](https://dockerizedrupal.com/) initiative.*
2-
31
# Drupal Compose
42

53
Generates general purpose [docker-compose.yml](https://docs.docker.com/compose/yml/) file automatically for your Drupal 6, 7 and 8 projects.
64

5+
This project is part of the [Dockerized Drupal](https://dockerizedrupal.com/) initiative.
6+
77
## Usage
88

99
Usage: drupal-compose
@@ -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.2.3 \
21+
&& git checkout 1.2.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.2.3
1+
1.2.2

drupal-compose.sh

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

3-
VERSION="1.2.3"
3+
VERSION="1.2.2"
44

55
WORKING_DIR="$(pwd)"
66

@@ -113,7 +113,7 @@ php:
113113
extends:
114114
file: host.yml
115115
service: php
116-
image: dockerizedrupal/php-5.6:1.2.4
116+
image: dockerizedrupal/php-5.6:1.2.3
117117
hostname: php
118118
volumes:
119119
- ~/.ssh:/home/container/.ssh
@@ -224,7 +224,7 @@ php:
224224
extends:
225225
file: host.yml
226226
service: php
227-
image: dockerizedrupal/php-5.5:1.2.5
227+
image: dockerizedrupal/php-5.5:1.2.3
228228
hostname: php
229229
volumes:
230230
- ~/.ssh:/home/container/.ssh
@@ -354,7 +354,7 @@ php:
354354
extends:
355355
file: host.yml
356356
service: php
357-
image: dockerizedrupal/php-5.4:1.2.3
357+
image: dockerizedrupal/php-5.4:1.2.2
358358
hostname: php
359359
volumes:
360360
- ~/.ssh:/home/container/.ssh
@@ -484,7 +484,7 @@ php:
484484
extends:
485485
file: host.yml
486486
service: php
487-
image: dockerizedrupal/php-5.2:1.2.3
487+
image: dockerizedrupal/php-5.2:1.2.2
488488
hostname: php
489489
volumes:
490490
- ~/.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.2.3",
3+
"version": "1.2.2",
44
"dependencies": {
55
"grunt": "^0.4.5",
66
"grunt-replace": "^0.11.0"

0 commit comments

Comments
 (0)