diff --git a/src/main.js b/src/main.js index c6368d0..1a0a362 100644 --- a/src/main.js +++ b/src/main.js @@ -25,7 +25,7 @@ const MAX_RECENT_ITEMS = 4 const SHORTCUT_SEND_URL = `/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts` 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' const DRAW_FRAME = true -const VERSION_STRING = '1.1.0' +const VERSION_STRING = '1.1.1' /* Create all the data stores */ const recentUrlsDb = new RecentUrlsDB({ name: 'recent_urls' }) diff --git a/src/package.json b/src/package.json index bf131b3..4afeef0 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "europa", - "version": "1.1.0", + "version": "1.1.1", "description": "JupyterLab's Desktop client", "homepage": "europa.suyashmahar.com", "author": {