Skip to content

Commit

Permalink
release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-matela authored Aug 27, 2024
1 parent 01addf5 commit 8fe0180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djvu-html5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>djvu-html5</groupId>
<artifactId>djvu-html5</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<name>djvu-html5</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion djvu-html5/src/pl/djvuhtml5/client/Djvu_html5.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class Djvu_html5 implements EntryPoint {

private static final String WELCOME_MESSAGE =
"Starting djvu-html5 viewer v0.3.1 from https://github.com/mateusz-matela/djvu-html5";
"Starting djvu-html5 viewer v0.3.2 from https://github.com/mateusz-matela/djvu-html5";

private static final String CONTEXT_GLOBAL_VARIABLE = "DJVU_CONTEXT";

Expand Down

0 comments on commit 8fe0180

Please sign in to comment.