Skip to content

Commit

Permalink
Release v1.30.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Aug 9, 2018
1 parent 42575e0 commit fc25f9c
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 @@ -138,7 +138,7 @@
</a>
</div>
<ul class="right hide-on-med-and-down">
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.1/scoold-1.30.1.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.2/scoold-1.30.2.jar" title="Download">Download</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>
Expand All @@ -156,7 +156,7 @@
</div>
</nav>
</li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.1/scoold-1.30.1.jar" title="Download">Download</a></li>
<li><a href="https://github.com/Erudika/scoold/releases/download/1.30.2/scoold-1.30.2.jar" title="Download">Download</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>
Expand All @@ -177,11 +177,11 @@ <h5 class="white pam" style="line-height: 1.5em;">
<a href="https://paraio.com">Para</a>. It can be deployed on Heroku or your own infrastructure.
</h5>
<div class="mtl ptl">
<a href="https://github.com/Erudika/scoold/releases/download/1.30.1/scoold-1.30.1.jar"
<a href="https://github.com/Erudika/scoold/releases/download/1.30.2/scoold-1.30.2.jar"
class="btn-large light-blue"><b>Download</b></a>
</div>
<div>
<small>v1.30.1, Requires Java 8+</small>
<small>v1.30.2, Requires Java 8+</small>
</div>
</div>
<div class="col m8">
Expand Down Expand Up @@ -328,7 +328,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.1</code>
<code>$ docker run erudikaltd/scoold:1.30.2</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.1</version>
<version>1.30.2</version>

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

0 comments on commit fc25f9c

Please sign in to comment.