Skip to content

Commit 0e7f9a2

Browse files
author
Zack Argyle
committed
Bump version
1 parent 6b4f726 commit 0e7f9a2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bash",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "A configurable/extendable bash terminal component",
55
"main": "lib/index.js",
66
"jsnext:main": "es/index.js",
@@ -25,10 +25,6 @@
2525
"type": "git",
2626
"url": "https://github.com/zackargyle/react-bash.git"
2727
},
28-
"peerDependencies": {
29-
"react": "^0.14.8",
30-
"react-dom": "^0.14.8"
31-
},
3228
"devDependencies": {
3329
"babel-cli": "^6.9.0",
3430
"babel-core": "^6.6.5",

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.4.1',
16+
TERM_PROGRAM_VERSION: '1.4.3',
1717
TERM_SESSION_ID: 'w0t0p1:37842145-87D9-4768-BEC3-3684BAF3A964',
1818
USER: state => state.settings.user.username,
1919
PATH: '/',

0 commit comments

Comments
 (0)