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 42120dc commit 0aada26Copy full SHA for 0aada26
3 files changed
CHANGELOG
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+See [GitHub Releases](https://github.com/danvk/webdiff/releases) for newer releases.
4
+
5
- 0.16
6
- Update a few Python dependencies that had bitrotted (#147)
7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "webdiff"
-version = "1.3.0b3"
+version = "1.3.0"
8
description = "Two-column web-based git difftool"
9
license = "Apache-2.0"
10
readme = "README.md"
ts/package.json
@@ -1,6 +1,6 @@
{
"name": "webdiff",
- "version": "1.3.0b3",
+ "version": "1.3.0",
"description": "client-side code for webdiff",
"main": "index.js",
"author": "Dan Vanderkam (danvdk@gmail.com)",
0 commit comments