Skip to content

Commit 603ce78

Browse files
committed
Bump to v1.1.1
1 parent 968735f commit 603ce78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const MAX_RECENT_ITEMS = 4
2525
const SHORTCUT_SEND_URL = `/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts`
2626
const USER_AGENT_STR = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'
2727
const DRAW_FRAME = true
28-
const VERSION_STRING = '1.1.0'
28+
const VERSION_STRING = '1.1.1'
2929

3030
/* Create all the data stores */
3131
const recentUrlsDb = new RecentUrlsDB({ name: 'recent_urls' })

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "europa",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "JupyterLab's Desktop client",
55
"homepage": "europa.suyashmahar.com",
66
"author": {

0 commit comments

Comments
 (0)