We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968735f commit 603ce78Copy full SHA for 603ce78
src/main.js
@@ -25,7 +25,7 @@ const MAX_RECENT_ITEMS = 4
25
const SHORTCUT_SEND_URL = `/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts`
26
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'
27
const DRAW_FRAME = true
28
-const VERSION_STRING = '1.1.0'
+const VERSION_STRING = '1.1.1'
29
30
/* Create all the data stores */
31
const recentUrlsDb = new RecentUrlsDB({ name: 'recent_urls' })
src/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "europa",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "JupyterLab's Desktop client",
5
"homepage": "europa.suyashmahar.com",
6
"author": {
0 commit comments