Skip to content

Commit 4041e6c

Browse files
committed
Update
1 parent ec8ea7e commit 4041e6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.2.2"
2+
current_version = "1.2.3"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-image-gallery",
33
"displayName": "Image Gallery (LiamWang)",
44
"description": "Improve image browsing experience, especially for remote development.",
5-
"version": "1.2.2",
5+
"version": "1.2.3",
66
"publisher": "LiamWang",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)