Skip to content

Commit

Permalink
Release v1.31.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Jun 6, 2019
1 parent 5879e8f commit 2ade6f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@
</a>
</div>
<ul class="right hide-on-med-and-down">
<li><a href="https://github.com/Erudika/scoold/releases/download/1.31.3/scoold-1.31.3.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.31.4/scoold-1.31.4.jar" title="Download">Download</a></li>
<li><a href="https://paraio.com/scoold-pro" title="Buy Pro">Buy</a></li>
<li><a href="https://github.com/Erudika/scoold/" title="Source">Source</a></li>
<li><a href="https://live.scoold.com" title="Demo">Demo</a></li>
</ul>
<ul class="sidenav" id="mobile-drawer">
<li>&nbsp;</li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.31.3/scoold-1.31.3.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.31.4/scoold-1.31.4.jar" title="Download">Download</a></li>
<li><a href="https://paraio.com/scoold-pro" title="Buy Pro">Buy</a></li>
<li><a href="https://github.com/Erudika/scoold/" title="Source">Source</a></li>
<li><a href="https://live.scoold.com" title="Demo">Demo</a></li>
Expand Down Expand Up @@ -198,11 +198,11 @@ <h5 class="white pam" style="line-height: 1.5em;">
<div class="row mbl">
<div class="col s12 m6 l6">
<div class="mtl">
<a href="https://github.com/Erudika/scoold/releases/download/1.31.3/scoold-1.31.3.jar"
<a href="https://github.com/Erudika/scoold/releases/download/1.31.4/scoold-1.31.4.jar"
class="btn-large light-blue"><b>Download</b></a>
</div>
<div>
<small>v1.31.3, Requires Java 8+</small>
<small>v1.31.4, Requires Java 8+</small>
</div>
</div>
<div class="col s12 m6 l6">
Expand Down Expand Up @@ -431,7 +431,7 @@ <h3><span class="phl">Getting started</span></h3>
<h3><span class="phl">Docker</span></h3>
</div>
<div class="white pvl">
<code>$ docker run erudikaltd/scoold:1.31.3</code>
<code>$ docker run erudikaltd/scoold:1.31.4</code>
</div>
<div class="white">
<h3><span class="phl">One-click deployment</span></h3>
Expand Down
2 changes: 1 addition & 1 deletion helm/scoold/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 1
image:
registry: docker.io
repository: erudikaltd/scoold
tag: "1.31.3"
tag: "1.31.4"
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e -x

# Lightsail/DigitalOcean installer script for Ubuntu
VERSION="1.31.3"
VERSION="1.31.4"
PORT="8000"
WORKDIR="/home/ubuntu"
JARURL="https://github.com/Erudika/scoold/releases/download/${VERSION}/scoold-${VERSION}.jar"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.erudika</groupId>
<artifactId>scoold</artifactId>
<version>1.31.3</version>
<version>1.31.4</version>
<packaging>${packaging.type}</packaging>

<parent>
Expand Down

0 comments on commit 2ade6f2

Please sign in to comment.