Skip to content

Commit c7a1146

Browse files
committed
bump version to 3.6.1-3
1 parent 3a21161 commit c7a1146

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

env_installer/construct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: JupyterLabDesktopAppServer
2-
version: 3.6.1-2
2+
version: 3.6.1-3
33
company: "Project Jupyter"
44

55
welcome_image_text: "JupyterLab"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-desktop",
3-
"version": "3.6.1-2",
3+
"version": "3.6.1-3",
44
"description": "JupyterLab Desktop",
55
"main": "./build/out/main/main.js",
66
"scripts": {

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# github_url = "https://github.com/jupyterlab/jupyterlab-desktop/"
22

33
[version]
4-
current = "3.6.1-2"
4+
current = "3.6.1-3"
55

66
regex = '''
77
(?P<major>\d+)

0 commit comments

Comments
 (0)