Skip to content

Commit 0aada26

Browse files
authored
version bump (#249)
1 parent 42120dc commit 0aada26

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
See [GitHub Releases](https://github.com/danvk/webdiff/releases) for newer releases.
4+
35
- 0.16
46
- Update a few Python dependencies that had bitrotted (#147)
57

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.3.0b3"
7+
version = "1.3.0"
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.3.0b3",
3+
"version": "1.3.0",
44
"description": "client-side code for webdiff",
55
"main": "index.js",
66
"author": "Dan Vanderkam ([email protected])",

0 commit comments

Comments
 (0)