Skip to content

Commit

Permalink
Fixes bug with mongodb authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Sep 13, 2019
1 parent 63a2e9e commit 72276cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion msrepository
2 changes: 1 addition & 1 deletion sponge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
modGroup=rocks.milspecsg
modVersion=0.6.0
modVersion=0.6.1
modBaseName=MSDataSync
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public final class MSDataSyncPluginInfo implements SpongePluginInfo {
public static final String id = "msdatasync";
public static final String name = "MSDataSync";
public static final String version = "0.6.0";
public static final String version = "0.6.1";
public static final String description = "A plugin to synchronize player inventories with a database";
public static final String url = "https://milspecsg.rocks";
public static final String authors = "Cableguy20";
Expand Down

0 comments on commit 72276cf

Please sign in to comment.