Skip to content

Commit

Permalink
Bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashmahar committed Feb 17, 2022
1 parent 968735f commit 603ce78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' })
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "europa",
"version": "1.1.0",
"version": "1.1.1",
"description": "JupyterLab's Desktop client",
"homepage": "europa.suyashmahar.com",
"author": {
Expand Down

0 comments on commit 603ce78

Please sign in to comment.