Skip to content

Commit

Permalink
update version 1.1.4, footerコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Feb 2, 2023
1 parent 7234604 commit b2627e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'io.github.tttol'
version = '1.1.3'
version = '1.1.4'
sourceCompatibility = '17'

configurations {
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/templates/fragment/footer.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<body>
<footer th:fragment="footer">
<div class="footerBox">
<span class="appVer">version 1.1.3</span>
</div>
</footer>
</body>
</html>
<!--<!DOCTYPE html>-->
<!--<html xmlns:th="http://www.thymeleaf.org">-->
<!-- <body>-->
<!-- <footer th:fragment="footer">-->
<!-- <div class="footerBox">-->
<!-- <span class="appVer">version 1.1.3</span>-->
<!-- </div>-->
<!-- </footer>-->
<!-- </body>-->
<!--</html>-->

0 comments on commit b2627e3

Please sign in to comment.