Skip to content

Commit

Permalink
(chore) version bump with doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Aug 7, 2024
1 parent 469693f commit 22974b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'com.github.kt3k.coveralls' version '2.8.4'
}

version = '0.3.0'
version = '1.0.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 22974b2

Please sign in to comment.