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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Apr 22, 2020
1 parent 5acfc48 commit 80eb0c9
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 @@ -50,5 +50,5 @@ Based on which provider you are using.
Then, to install locally:

```
vagrant box add wagtail-buster64-v1.0.0 wagtail-buster64-v1.0.0.box
vagrant box add wagtail/buster64 wagtail-buster64-v1.1.0.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-buster64-v2.0.0.box:
# to build wagtail-buster64-v1.1.0.box:
vagrant destroy
vagrant up --provider $1
vagrant halt
rm -f wagtail-buster64-v1.0.0.box
vagrant package --output wagtail-buster64-v1.0.0.box
rm -f wagtail-buster64-v1.1.0.box
vagrant package --output wagtail-buster64-v1.1.0.box

# to install locally:
# vagrant box add wagtail-buster64-v1.0.0 wagtail-buster64-v1.0.0.box
# vagrant box add wagtail-buster64-v1.1.0 wagtail-buster64-v1.1.0.box

0 comments on commit 80eb0c9

Please sign in to comment.