From 1b1a2d05f1ebc0ffcdd2a08e4a756c63536df887 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 28 May 2020 15:09:28 -0400 Subject: [PATCH] update package version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a29d53..1b6e5f6 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ To use with Maven: net.termer.rtflc Rtflc - 1.1 + 1.2 ``` To use with Gradle: ```groovy dependencies { - implementation 'net.termer.rtflc:Rtflc:1.1' + implementation 'net.termer.rtflc:Rtflc:1.2' } ``` @@ -61,4 +61,4 @@ After that, it would be possible to execute `println(substring(2))` and it would To see usage instructions, execute the Rtflc jar with the `-h` or `--help` options. ## Language documentation -TODO, there's been some large updates. The last version of Rtfl was 1.3, this runtime supports 1.3 and onward. To see which versions Rtflc supports, execute the jar with the `-v` or `--version` options. \ No newline at end of file +TODO, there's been some large updates. The last version of Rtfl was 1.3, this runtime supports 1.3 and onward. To see which versions Rtflc supports, execute the jar with the `-v` or `--version` options.