Skip to content

Commit

Permalink
Release v1.35.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 1, 2019
1 parent dce02a2 commit 39f2ae3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.35.0/scoold-1.35.0.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.35.1/scoold-1.35.1.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.35.0/scoold-1.35.0.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.35.1/scoold-1.35.1.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,12 +198,12 @@ <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.35.0/scoold-1.35.0.jar"
<a href="https://github.com/Erudika/scoold/releases/download/1.35.1/scoold-1.35.1.jar"
class="btn-large light-blue"><b>Download Free</b></a>
</div>
<div>
<small>
<a href="https://github.com/Erudika/scoold/releases/tag/1.35.0" title="Release notes"><b>v1.35.0</b></a>, Requires Java 8+
<a href="https://github.com/Erudika/scoold/releases/tag/1.35.1" title="Release notes"><b>v1.35.1</b></a>, Requires Java 8+
</small>
</div>
</div>
Expand Down Expand Up @@ -479,7 +479,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.35.0</code>
<code>$ docker run erudikaltd/scoold:1.35.1</code>
</div>
<div class="white">
<h3><span class="phl">One-click deployment</span></h3>
Expand Down
2 changes: 1 addition & 1 deletion helm/scoold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.35.0
appVersion: 1.35.1
description: Scoold - Stack Overflow in a JAR
name: scoold
home: https://scoold.com
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.35.0"
tag: "1.35.1"
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.35.0"
VERSION="1.35.1"
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.35.0</version>
<version>1.35.1</version>
<packaging>${packaging.type}</packaging>

<parent>
Expand Down

0 comments on commit 39f2ae3

Please sign in to comment.