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