From 22974b29404625d13abe6241f043b56c7b9e86f5 Mon Sep 17 00:00:00 2001 From: Tim Strazzere Date: Wed, 7 Aug 2024 11:44:36 -0700 Subject: [PATCH] (chore) version bump with doc change --- README.md | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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()