diff --git a/README.md b/README.md index d3cc1da..c614701 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Contributions welcome! Please follow the simple steps; If this is too much work, feel free to make an issue and upload a patch set for me to evaluate. ## Revision History +### v1.0.0 + - Fix issue #5 + - Proper parsing of protection levels ### v0.3.0 - Fix all of issue #8 - Support out of order string tables diff --git a/build.gradle b/build.gradle index 1fcdc05..fd8ac8b 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.kt3k.coveralls' version '2.8.4' } -version = '0.3.0' +version = '1.0.0' repositories { mavenCentral()