Skip to content

Commit cd0f1dc

Browse files
author
Zack Argyle
committed
Bump version
1 parent ca7766e commit cd0f1dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bash",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A configurable/extendable bash terminal component",
55
"main": "lib/index.js",
66
"jsnext:main": "es/index.js",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Errors = {
1313
export const EnvVariables = {
1414
TERM_PROGRAM: 'ReactBash.app',
1515
TERM: 'reactbash-256color',
16-
TERM_PROGRAM_VERSION: '1.3.0',
16+
TERM_PROGRAM_VERSION: '1.4.0',
1717
TERM_SESSION_ID: 'w0t0p1:37842145-87D9-4768-BEC3-3684BAF3A964',
1818
USER: state => state.settings.user.username,
1919
PATH: '/',

0 commit comments

Comments
 (0)