Skip to content

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Aug 29, 2020
1 parent 2bedfe0 commit 3ca300d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# AlternateAccountFinder
An open source minecraft plugin that attempts to identify accounts that have used the same IP address.

# Version History
- v1.0 - "Initial Release"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>DansPlugins</groupId>
<artifactId>AlternateAccountFinder</artifactId>
<version>v0.9</version>
<version>v1.0</version>
<packaging>jar</packaging>

<name>AlternateAccountFinder</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: AlternateAccountFinder
version: v0.9
version: 1.0
author: DanTheTechMan
main: detectionsystem.AlternateAccountFinder
api-version: 1.13
Expand Down

0 comments on commit 3ca300d

Please sign in to comment.