Skip to content

Commit

Permalink
RELEASE: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed May 26, 2019
1 parent 146a57f commit 13c268d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>at.wrk.fmd</groupId>
<artifactId>ikarus-backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>ikarus-backend</name>
<description>Server backend for the Ikarus App which stores attendance data of staff for events</description>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/js/functions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(document).ready(function () {
$("body").append("<div id='info' class='modal'><div class='modal-dialog'><div class='modal-content'>" +
"<div class='modal-header'><h4 class='modal-title'>Ikarus Info</h4><button class='close' data-dismiss='modal'>&times;</button></div>" +
"<div class='modal-body'>Ikarus Backend 0.0.1-SNAPSHOT<br/><br/>Benutzte Drittanbieter-Bibliotheken: " +
"<div class='modal-body'>Ikarus Backend 1.0.0<br/><br/>Benutzte Drittanbieter-Bibliotheken: " +
"<a href='https://jquery.com/'>jQuery</a>, <a href='https://getbootstrap.com/'>Bootstrap</a>, <a href='https://datatables.net/'>DataTables</a> und <a href='https://fontawesome.com/'>Font Awesome</a></div>" +
"<div class='modal-footer'><button class='btn btn-primary' data-dismiss='modal'>Schlie&szlig;en</button></div></div></div></div>");
});
Expand Down

0 comments on commit 13c268d

Please sign in to comment.