Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
termermc committed May 28, 2020
1 parent fec01c3 commit 1b1a2d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ To use with Maven:
<dependency>
<groupId>net.termer.rtflc</groupId>
<artifactId>Rtflc</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```
To use with Gradle:
```groovy
dependencies {
implementation 'net.termer.rtflc:Rtflc:1.1'
implementation 'net.termer.rtflc:Rtflc:1.2'
}
```

Expand Down Expand Up @@ -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.
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.

0 comments on commit 1b1a2d0

Please sign in to comment.