Update version: 0.2.0

This commit is contained in:
He4eT 2021-02-24 18:48:21 +05:00
commit 7b48f33cb9
3 changed files with 2 additions and 6 deletions

View file

@ -91,10 +91,6 @@ const defaultLoggers = {
} }
``` ```
## Limitations
This implementation on GlkOte only allows you to create *one* window at a time, and that must be a TextBuffer.
## Inspired and powered by ## Inspired and powered by
- [glkote-term](https://github.com/curiousdannii/glkote-term) - [glkote-term](https://github.com/curiousdannii/glkote-term)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "cheap-glkote", "name": "cheap-glkote",
"version": "0.1.0", "version": "0.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "cheap-glkote", "name": "cheap-glkote",
"version": "0.1.0", "version": "0.2.0",
"description": "Abstract JavaScript implementation of GlkOte", "description": "Abstract JavaScript implementation of GlkOte",
"author": "He4eT <He4eTHb1u@gmail.com>", "author": "He4eT <He4eTHb1u@gmail.com>",
"license": "MIT", "license": "MIT",