chore: bump versions
This commit is contained in:
@@ -4,7 +4,7 @@ import { Wush } from './shell/wush/Wush'
|
|||||||
import { Terminal } from './terminal/Terminal'
|
import { Terminal } from './terminal/Terminal'
|
||||||
import { EventBroadcaster } from './utils/EventBroadcaster'
|
import { EventBroadcaster } from './utils/EventBroadcaster'
|
||||||
|
|
||||||
export const WEBSHELL_VERSION = "0.2.0"
|
export const WEBSHELL_VERSION = "0.2.1"
|
||||||
export const VERSION_COMMENT: string | null = "hi"
|
export const VERSION_COMMENT: string | null = "hi"
|
||||||
|
|
||||||
// initialize object store for webfs
|
// initialize object store for webfs
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import { Environment } from './Environment'
|
|||||||
import { InputManager } from './InputManager'
|
import { InputManager } from './InputManager'
|
||||||
|
|
||||||
export class Wush extends Shell {
|
export class Wush extends Shell {
|
||||||
public readonly Version = "0.3.1"
|
public readonly Version = "0.3.2"
|
||||||
public readonly Name = "wush"
|
public readonly Name = "wush"
|
||||||
|
|
||||||
// buffer
|
// buffer
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import sqs from '../utils/sqs'
|
|||||||
import type { CursorPosition, CursorStyle } from './CursorProperties'
|
import type { CursorPosition, CursorStyle } from './CursorProperties'
|
||||||
|
|
||||||
export class Terminal {
|
export class Terminal {
|
||||||
public static readonly Version = "0.2.1"
|
public static readonly Version = "0.2.2"
|
||||||
|
|
||||||
private terminal: HTMLElement
|
private terminal: HTMLElement
|
||||||
private cursor: HTMLElement
|
private cursor: HTMLElement
|
||||||
|
|||||||
Reference in New Issue
Block a user