chore: bump versions

This commit is contained in:
binekrasik
2026-05-20 23:22:16 +02:00
parent 729c8a5fd1
commit 0577ee49cf
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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