Skip to content

Commit

Permalink
Merge pull request #12 from ebremer/develop
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
ebremer authored May 25, 2023
2 parents 475298b + 3a74bcd commit 7e9b472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/ebremer/halcyon/FL/FL.java
Original file line number Diff line number Diff line change
Expand Up @@ -604,4 +604,4 @@ public static void main(String[] args) throws IOException, URISyntaxException {
// ResourceFactory.createTypedLiteral(r.low()), ResourceFactory.createTypedLiteral(r.high())
// )
// );
// });
// });
2 changes: 1 addition & 1 deletion src/main/java/com/ebremer/halcyon/gui/HomePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</style>
<div id="banner">
<h1><center>Halcyon</center></h1>
<h4><center>Version 0.2.1</center></h4>
<h4><center>Version 0.4.1</center></h4>
</div>
</wicket:extend>
</body>
Expand Down

0 comments on commit 7e9b472

Please sign in to comment.