Skip to content

Commit 255c269

Browse files
committed
Bump version number to 0.99.
1 parent c895835 commit 255c269

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Autoconf script for DomTerm
2-
AC_INIT([DomTerm],[0.98],,domterm) dnl Also update package.json and domterm.spec
2+
AC_INIT([DomTerm],[0.99],,domterm) dnl Also update package.json and domterm.spec
33
AC_CONFIG_SRCDIR([doc/DomTerm.texi])
44
AM_MAINTAINER_MODE([enable])
55

domterm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: domterm
2-
Version: 0.98
2+
Version: 0.99
33
Release: 1%{?dist}
44
Summary: A terminal emulator based on web technologies
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DomTerm",
3-
"version": "0.98.0",
3+
"version": "0.99.0",
44
"description": "DomTerm is a combined terminal emulator and REPL console using web technlogies.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)