Skip to content

Commit 9f6ae60

Browse files
committed
Release v2.1.4
1 parent f2caf23 commit 9f6ae60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.1.4] - Not Released
7+
## [2.1.4] - 2024-11-19
88

99
### Changed
1010

keydive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .vendor import Vendor
55
from .keybox import Keybox
66

7-
__version__ = '2.1.3'
7+
__version__ = '2.1.4'

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 = "keydive"
7-
version = "2.1.3"
7+
version = "2.1.4"
88
description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education."
99
license = "MIT"
1010
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]

0 commit comments

Comments
 (0)