1- # FastTerminal 0.1.1 [ ALPHA] — High-Performance True-Color Terminal Engine for Java
1+ # FastTerminal 0.1.2 [ ALPHA] — High-Performance True-Color Terminal Engine for Java
22
3- [ ![ Status] ( https://img.shields.io/badge/status-0.1.1 -brightgreen.svg )] ( https://github.com/andrestubbe/FastTerminal/releases/tag/0.1.1 )
3+ [ ![ Status] ( https://img.shields.io/badge/status-0.1.2 -brightgreen.svg )] ( https://github.com/andrestubbe/FastTerminal/releases/tag/0.1.2 )
44[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
55[ ![ Java] ( https://img.shields.io/badge/Java-17+-blue.svg )] ( https://www.java.com )
66[ ![ Platform] ( https://img.shields.io/badge/Platform-Windows%2010+-lightgrey.svg )] ( )
@@ -163,14 +163,14 @@ Add the JitPack repository and the dependencies to your `pom.xml`:
163163<dependency >
164164 <groupId >com.github.andrestubbe</groupId >
165165 <artifactId >fastterminal</artifactId >
166- <version >0.1.1 </version >
166+ <version >0.1.2 </version >
167167</dependency >
168168
169169<!-- FastCore (Required Native Loader) -->
170170<dependency >
171171 <groupId >com.github.andrestubbe</groupId >
172172 <artifactId >fastcore</artifactId >
173- <version >0.1.1 </version >
173+ <version >0.1.2 </version >
174174</dependency >
175175</dependencies >
176176```
@@ -183,7 +183,7 @@ repositories {
183183}
184184
185185dependencies {
186- implementation 'com.github.andrestubbe:fastterminal:0.1.1 '
186+ implementation 'com.github.andrestubbe:fastterminal:0.1.2 '
187187 implementation 'com.github.andrestubbe:fastcore:0.1.0'
188188}
189189```
@@ -192,8 +192,8 @@ dependencies {
192192
193193Download the latest JARs directly to add them to your classpath:
194194
195- 1 . 📦 ** [ fastterminal-0.1.1 .jar] ( https://github.com/andrestubbe/FastTerminal/releases/download/0.1.1 /fastterminal-0.1.1 .jar ) ** (The Core Library)
196- 2 . ⚙️ ** [ fastcore-0.1.0.jar] ( https://github.com/andrestubbe/FastCore/releases/download/0.1.1 /fastcore-0.1.0.jar ) ** (The Mandatory Native Loader)
195+ 1 . 📦 ** [ fastterminal-0.1.2 .jar] ( https://github.com/andrestubbe/FastTerminal/releases/download/0.1.2 /fastterminal-0.1.2 .jar ) ** (The Core Library)
196+ 2 . ⚙️ ** [ fastcore-0.1.0.jar] ( https://github.com/andrestubbe/FastCore/releases/download/0.1.2 /fastcore-0.1.0.jar ) ** (The Mandatory Native Loader)
197197
198198> [ !IMPORTANT]
199199> All JARs must be in your classpath for the native JNI calls to function correctly.
0 commit comments