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

Commit b8c4b1b

Browse files
committed
1 parent bdf661b commit b8c4b1b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 = '0.4.7';
2-
var new_version = '0.4.8';
1+
var current_version = '0.4.8';
2+
var new_version = '0.4.9';
33

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

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.8
1+
0.4.9

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = "0.4.8"
2-
VERSION_BASE_BOX = "0.4.7"
1+
VERSION = "0.4.9"
2+
VERSION_BASE_BOX = "0.4.8"
33

44
require 'yaml'
55

package.json

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

0 commit comments

Comments
 (0)