diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index 98e6222..75ae80c 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,3 @@ -# 0.18.1-sandstorm0 +# V0.19-sandstorm0 * Initial release. diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index a1516dd..d758e1c 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( appVersion = 0, # Increment this for every release. - appMarketingVersion = (defaultText = "0.18.1-sandstorm0"), + appMarketingVersion = (defaultText = "0.19-sandstorm0"), # Human-readable representation of appVersion. Should match the way you # identify versions of your app in documentation and marketing. diff --git a/.sandstorm/setup.sh b/.sandstorm/setup.sh index 20ec81c..4a311fd 100755 --- a/.sandstorm/setup.sh +++ b/.sandstorm/setup.sh @@ -61,7 +61,7 @@ apt-get install -y python-pip asciidoctor pip install pygments cd /tmp -wget https://github.com/spf13/hugo/releases/download/v0.18.1/hugo_0.18.1-64bit.deb -O hugo.deb +wget https://github.com/spf13/hugo/releases/download/v0.19/hugo_0.19-64bit.deb -O hugo.deb dpkg -i hugo.deb rm hugo.deb wget "https://caddyserver.com/download/build?os=linux&arch=amd64&features=filemanager%2Chugo" -O /tmp/caddy.tar.gz