@jaytechsolutions/jts-go 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/bin/win32/jts.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# JTS Development Kit v1.0
|
|
1
|
+
# JTS Development Kit v1.1.0
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<b>JTS GO — The Easiest Programming Language to Learn</b><br>
|
|
@@ -207,6 +207,7 @@ Read the full language guide: [Language Documentation](docs/)
|
|
|
207
207
|
| `jts file.jts` | Compile and run a JTS GO program |
|
|
208
208
|
| `jtsc file.jts` | Compile to bytecode only (.jbc) |
|
|
209
209
|
| `jtsvm file.jbc` | Run a compiled bytecode file |
|
|
210
|
+
| `jts --update` | Update JTS GO to latest version |
|
|
210
211
|
|
|
211
212
|
## License
|
|
212
213
|
|
|
@@ -216,5 +217,5 @@ Licensed under the [Apache License 2.0](LICENSE).
|
|
|
216
217
|
|
|
217
218
|
<p align="center">
|
|
218
219
|
Made with passion by <b>Aswinjay</b><br>
|
|
219
|
-
JTS GO v1.0
|
|
220
|
+
JTS GO v1.1.0 — 2025
|
|
220
221
|
</p>
|
package/bin/win32/jts.exe
CHANGED
|
Binary file
|