Skip to content

Commit 7f17e0f

Browse files
committed
version bump
1 parent 90fe699 commit 7f17e0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "webdiff"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Two-column web-based git difftool"
99
license = "Apache-2.0"
1010
readme = "README.md"

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdiff",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "client-side code for webdiff",
55
"main": "index.js",
66
"author": "Dan Vanderkam ([email protected])",

0 commit comments

Comments
 (0)