We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7766e commit cd0f1dcCopy full SHA for cd0f1dc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-bash",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"description": "A configurable/extendable bash terminal component",
5
"main": "lib/index.js",
6
"jsnext:main": "es/index.js",
src/const.js
@@ -13,7 +13,7 @@ export const Errors = {
13
export const EnvVariables = {
14
TERM_PROGRAM: 'ReactBash.app',
15
TERM: 'reactbash-256color',
16
- TERM_PROGRAM_VERSION: '1.3.0',
+ TERM_PROGRAM_VERSION: '1.4.0',
17
TERM_SESSION_ID: 'w0t0p1:37842145-87D9-4768-BEC3-3684BAF3A964',
18
USER: state => state.settings.user.username,
19
PATH: '/',
0 commit comments