Skip to content

Commit

Permalink
Changed version number in gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
whisper2shade committed Oct 31, 2017
1 parent a3a07b8 commit 61bce1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DiscordRelay.iml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="DiscordRelay" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="org.nyxcode.wurm" external.system.module.version="0.1" version="4">
<module external.linked.project.id="DiscordRelay" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="org.nyxcode.wurm" external.system.module.version="0.2" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
<output url="file://$MODULE_DIR$/out/production/classes" />
<output-test url="file://$MODULE_DIR$/out/test/classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/out" />
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

group = 'org.nyxcode.wurm'

version = '0.1'
version = '0.2'

description = "A mod that acts as a discord relay between Wurm kingdom chat and a discord server"

Expand Down

0 comments on commit 61bce1b

Please sign in to comment.