Skip to content

Commit

Permalink
Update Enigma version
Browse files Browse the repository at this point in the history
  • Loading branch information
Runemoro committed Dec 20, 2018
1 parent fd25419 commit c4af3cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.dimdev'
version '1.0'
version '1.0.1'

sourceCompatibility = 1.8

Expand All @@ -18,7 +18,7 @@ repositories {

dependencies {
testCompile 'junit:junit:4.12'
compile 'enigma-asm:enigma:0.12.0.33:lib'
compile 'enigma-asm:enigma:0.12.2.62:lib'
}

jar {
Expand Down
5 changes: 2 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</description>

<change-notes>
1.0 - Initial Release

40 characters------
1.0.1 - Updated Enigma version
1.0 - Initial release
</change-notes>

<idea-version since-build="173.0"/>
Expand Down

0 comments on commit c4af3cb

Please sign in to comment.