diff options
author | Devine Lu Linvega <[email protected]> | 2019-06-03 08:13:22 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-06-03 08:13:22 +0900 |
commit | d7482764262f342f37e0aaddb89456d0410f6c9f (patch) | |
tree | a49b832a645b6e78eeffd6ee672a131e46d7cb0f | |
parent | 88917885af238ad975e92c6f2730f3fc520ed4a8 (diff) | |
download | Orca-d7482764262f342f37e0aaddb89456d0410f6c9f.tar.gz Orca-d7482764262f342f37e0aaddb89456d0410f6c9f.zip |
version 135
-rw-r--r-- | desktop/sources/scripts/terminal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/terminal.js b/desktop/sources/scripts/terminal.js index d4563c0..a80539e 100644 --- a/desktop/sources/scripts/terminal.js +++ b/desktop/sources/scripts/terminal.js @@ -12,7 +12,7 @@ import Controller from './lib/controller.js' import library from '../../core/library.js' export default function Terminal () { - this.version = 134 + this.version = 135 this.library = library this.orca = new Orca(this) |