Bump 3.1.3

This commit is contained in:
Florian Mounier
2017-05-15 11:31:07 +02:00
parent 269dd2b618
commit 574b3dc74b
4 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
__title__ = "butterfly"
__version__ = "3.1.2"
__version__ = "3.1.3"
__summary__ = "A sleek web based terminal emulator"
__uri__ = "https://github.com/paradoxxxzero/butterfly"

File diff suppressed because one or more lines are too long

View File

@@ -2828,7 +2828,8 @@ body {
background-color: #09080a; }
body .line.extended.expanded .extra {
display: block;
white-space: pre; }
white-space: pre-wrap;
word-break: break-all; }
body::-webkit-scrollbar {
background: #110f13;
width: 0.75em; }

File diff suppressed because one or more lines are too long