Skip to content

Commit

Permalink
chore(main): release 2.1.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoinujNosde authored Aug 18, 2022
1 parent f31ff49 commit c3a41c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [2.1.2](https://github.com/RoinujNosde/CryptoMarket/compare/v2.1.1...v2.1.2) (2022-08-17)


### Bug Fixes

* allows admin commands to be used via console ([4d83695](https://github.com/RoinujNosde/CryptoMarket/commit/4d83695c0c147cc41cb3d602689e969c6e098e72))
* order of ranking was reversed ([f31ff49](https://github.com/RoinujNosde/CryptoMarket/commit/f31ff49a4f57ef5f9b79f62382af001c0d438164))
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.epconsortium</groupId>
<artifactId>CryptoMarket</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
<name>CryptoMarket</name>
<description>A plugin that brings the cryptocoins market experience to your server!</description>
<url>https://www.spigotmc.org/resources/cryptomarket.69031/</url>
Expand Down Expand Up @@ -128,4 +126,4 @@
</snapshotRepository>
</distributionManagement>

</project>
</project>

0 comments on commit c3a41c4

Please sign in to comment.