Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-unnamed committed Mar 4, 2024
1 parent 903c6dd commit f77a173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ User Interface for GroupDocs.Viewer for Java. API for easily integrating a docum
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-viewer-ui</artifactId>
<version>23.7.2</version>
<version>24.2</version>
</dependency>

<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-viewer</artifactId>
<version>23.7</version>
<version>24.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion res/simplified-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>groupdocs-viewer-ui</artifactId>
<name>GroupDocs.Viewer for Java User Interface</name>
<url>https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-Java-UI</url>
<version>23.7.2</version>
<version>24.2</version>
<description>
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.
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.
Expand Down

0 comments on commit f77a173

Please sign in to comment.