Skip to content

Commit

Permalink
denote 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and guusdk committed Oct 6, 2022
1 parent a6b135d commit 735a623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ <h1>
Bookmarks Plugin Changelog
</h1>

<p><b>1.1.1</b> -- tbc</p>
<p><b>1.1.1</b> -- October 6, 2022</p>
<ul>
<li>Version bump to fix a metadata date issue in plugin.xml</li>
</ul>

<p><b>1.1.0</b> -- March 4, 2022</p>
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>Allows clients to store URL and group chat bookmarks (XEP-0048)</description>
<author>Ignite Realtime</author>
<version>${project.version}</version>
<date>2022/03/04</date>
<date>2022-10-06</date>
<minServerVersion>4.0.0</minServerVersion>
<minJavaVersion>1.8</minJavaVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>bookmarks</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<name>Bookmarks Plugin</name>
<description>Allows clients to store URL and group chat bookmarks (XEP-0048)</description>

Expand Down

0 comments on commit 735a623

Please sign in to comment.