Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Jun 7, 2024
1 parent 90fe699 commit 7f17e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "webdiff"
version = "1.1.0"
version = "1.1.1"
description = "Two-column web-based git difftool"
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdiff",
"version": "1.1.0",
"version": "1.1.1",
"description": "client-side code for webdiff",
"main": "index.js",
"author": "Dan Vanderkam ([email protected])",
Expand Down

0 comments on commit 7f17e0f

Please sign in to comment.