Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
4O4 committed Sep 8, 2017
1 parent 278ec6a commit 34e3d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miracle.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

# Miracle installer v0.3.0
# Miracle installer v0.4.0
# Copyright (c) 2017 Paweł Kierzkowski
# License: MIT
# Home: https://github.com/4O4/miracle
Expand All @@ -19,7 +19,7 @@ main() {
trap 'set +x; error ${LINENO}' ERR

printf -- "--------------------------------------------------\n"
printf -- " Miracle installer v0.3.0 by PK\n"
printf -- " Miracle installer v0.4.0 by PK\n"
printf -- "--------------------------------------------------\n"

if [[ -z ${username} ]] || [[ -z ${password} ]]; then
Expand Down

0 comments on commit 34e3d45

Please sign in to comment.