Skip to content

Commit f77a173

Browse files
Updated README
1 parent 903c6dd commit f77a173

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ User Interface for GroupDocs.Viewer for Java. API for easily integrating a docum
2121
<dependency>
2222
<groupId>com.groupdocs</groupId>
2323
<artifactId>groupdocs-viewer-ui</artifactId>
24-
<version>23.7.2</version>
24+
<version>24.2</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>com.groupdocs</groupId>
2929
<artifactId>groupdocs-viewer</artifactId>
30-
<version>23.7</version>
30+
<version>24.2</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>

res/simplified-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>groupdocs-viewer-ui</artifactId>
77
<name>GroupDocs.Viewer for Java User Interface</name>
88
<url>https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java-UI</url>
9-
<version>23.7.2</version>
9+
<version>24.2</version>
1010
<description>
1111
GroupDocs.Viewer UI is a rich UI interface that designed to work in conjunction with GroupDocs.Viewer for Java to display most popular file and document formats in a browser.
1212
To integrate GroupDocs.Viewer UI in your Java project you just need to configure Viewer API and handle requests using specific endpoint handler provided in GroupDocs.Viewer.UI.

0 commit comments

Comments
 (0)