Skip to content

Commit

Permalink
Release v1.30.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Sep 20, 2018
1 parent 964acf9 commit 1d0e20e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
</a>
</div>
<ul class="right hide-on-med-and-down">
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.4/scoold-1.30.4.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.5/scoold-1.30.5.jar" title="Download">Download</a></li>
<li><a href="https://mailchi.mp/119ba7010b41/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 All @@ -179,7 +179,7 @@
</div>
</nav>
</li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.4/scoold-1.30.4.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.5/scoold-1.30.5.jar" title="Download">Download</a></li>
<li><a href="https://mailchi.mp/119ba7010b41/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 @@ -208,11 +208,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.30.4/scoold-1.30.4.jar"
<a href="https://github.com/Erudika/scoold/releases/download/1.30.5/scoold-1.30.5.jar"
class="btn-large light-blue"><b>Download</b></a>
</div>
<div>
<small>v1.30.4, Requires Java 8+</small>
<small>v1.30.5, Requires Java 8+</small>
</div>
</div>
<div class="col s12 m6 l6">
Expand Down Expand Up @@ -435,7 +435,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.30.4</code>
<code>$ docker run erudikaltd/scoold:1.30.5</code>
</div>
<div class="white">
<h3><span class="phl">Customizing the UI</span></h3>
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.30.4</version>
<version>1.30.5</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 1d0e20e

Please sign in to comment.