Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Mar 3, 2015
1 parent f833d61 commit ba8ea0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ To generate the .box file:

To install locally:

vagrant box add wagtail-base-v1.0 wagtail-base-v1.0.box
vagrant box add wagtail-base-v1.1 wagtail-base-v1.1.box
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

# to build wagtail-base-v1.0.box:
# to build wagtail-base-v1.1.box:
vagrant destroy
vagrant up
vagrant halt
rm -f wagtail-base-v1.0.box
vagrant package --output wagtail-base-v1.0.box
rm -f wagtail-base-v1.1.box
vagrant package --output wagtail-base-v1.1.box

# to install locally:
# vagrant box add wagtail-base-v1.0 wagtail-base-v1.0.box
# vagrant box add wagtail-base-v1.1 wagtail-base-v1.1.box

0 comments on commit ba8ea0b

Please sign in to comment.