Skip to content

Commit fc225bd

Browse files
authored
Updated README.md with actual version in Download
1 parent a180d20 commit fc225bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
+ modification can be both extending and altering in relation to target method body;
66
+ both application and third-party (library) code can be modified.
77

8-
:information_source: Internally jMint is a wrapper around [Javassist](http://jboss-javassist.github.io/javassist/) byte code manipulation library. The latter is used to compile source code and modify byte code whilst jMint itself exposes developer-friendly interface and preprocesses the input data.
8+
:information_source: In a nutshell jMint is a wrapper around [Javassist](http://jboss-javassist.github.io/javassist/) byte code manipulation library. The latter is used to compile source code and modify byte code whilst jMint itself exposes developer-friendly interface and preprocesses the input data.
99
:warning: jMint is not a hacking tool and therefore doesn't contain any facilities to break the protection of classes (if any). It also knows nothing about legal aspects so that before deploying a modified application or library please make sure you do not violate its license.
1010

1111
## What is it for?
@@ -65,7 +65,7 @@ Note that the parameter may be specified in various forms: `asFinally`, `AS_FINA
6565
For more info on droplets see Usage section.
6666
6767
## Download
68-
Current version: [jmint-1.2.jar](https://github.com/Toparvion/jmint/releases/download/v1.3/jmint-1.3.jar).
68+
Current version: [jmint-1.4-beta.jar](https://github.com/Toparvion/jmint/releases/download/v1.4-beta/jmint-1.4-beta.jar).
6969
:information_source: Description of current version is available on the [Latest Release page](https://github.com/Toparvion/jmint/releases/latest).
7070
7171
# Usage

0 commit comments

Comments
 (0)