Skip to content

Commit 75152a1

Browse files
committed
v0.5.3 version alignment
bump all the versions
1 parent 272621f commit 75152a1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

csharp/src/Meshtastic.TAK/Meshtastic.TAK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
55
<RollForward>LatestMajor</RollForward>
6-
<Version>0.5.1</Version>
6+
<Version>0.5.3</Version>
77
<PackageId>Meshtastic.TAK</PackageId>
88
<Authors>Meshtastic</Authors>
99
<Description>CoT XML to TAKPacketV2 conversion and zstd dictionary compression for Meshtastic</Description>

kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ org.gradle.parallel=true
55
# Publishing coordinates (picked up by com.vanniktech.maven.publish)
66
GROUP=org.meshtastic
77
POM_ARTIFACT_ID=takpacket-sdk
8-
VERSION_NAME=0.5.1
8+
VERSION_NAME=0.5.3

python/pyproject.toml

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

55
[project]
66
name = "meshtastic-tak"
7-
version = "0.5.1"
7+
version = "0.5.3"
88
description = "CoT XML to TAKPacketV2 conversion and zstd dictionary compression for Meshtastic"
99
requires-python = ">=3.9"
1010
license = {text = "GPL-3.0-or-later"}

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@meshtastic/takpacket-sdk",
3-
"version": "0.5.1",
3+
"version": "0.5.3",
44
"description": "CoT XML to TAKPacketV2 conversion and zstd dictionary compression for Meshtastic",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)