version bump
This commit is contained in:
parent
3488848906
commit
5687a30077
5 changed files with 4 additions and 4 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
2
Core.js
2
Core.js
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
|
||||
function Core(action) {
|
||||
this.max_length = 20;
|
||||
this.max_length = 200;
|
||||
// this.timeout = 2 * 60 * 1000;
|
||||
this.timeout = 10 * 1000; // every 10 seconds
|
||||
this.action = action;
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.1</string>
|
||||
<string>0.1.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -57,7 +57,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.1</string>
|
||||
<string>0.1.2</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.lifestyle</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
@ -207,7 +207,7 @@ li:hover .date {
|
|||
|
||||
li:first-child:hover .date {
|
||||
top: auto;
|
||||
bottom: -1.8em;
|
||||
bottom: -1.6em;
|
||||
z-index: 2;
|
||||
-webkit-border-top-left-radius: 0;
|
||||
-webkit-border-top-right-radius: 0;
|
||||
|
|
BIN
delete.png
Normal file
BIN
delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 199 B |
Reference in a new issue