Skip to content

Commit d8177df

Browse files
committed
Bump SDK versions for release (JS 0.5.1, Python 0.5.2)
1 parent 15625cc commit d8177df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simplyprint/nfc-agent",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "JavaScript SDK for NFC Agent - read and write NFC cards via local nfc-agent server",
55
"type": "module",
66
"main": "./dist/index.cjs",

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nfc-agent"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
description = "Python SDK for NFC Agent - read and write NFC cards via local nfc-agent server"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)