We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4911c46 commit d8606b1Copy full SHA for d8606b1
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "webdiff"
7
-version = "1.3.0b2"
+version = "1.3.0b3"
8
description = "Two-column web-based git difftool"
9
license = "Apache-2.0"
10
readme = "README.md"
ts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webdiff",
3
- "version": "1.3.0b2",
+ "version": "1.3.0b3",
"description": "client-side code for webdiff",
"main": "index.js",
"author": "Dan Vanderkam (danvdk@gmail.com)",
0 commit comments