From b40d86c7df17ca505acef0231719f00f7b235d09 Mon Sep 17 00:00:00 2001 From: MelianMiko Date: Thu, 1 Jun 2023 14:08:31 +0700 Subject: [PATCH] Bump version v1.6.7 --- debian/changelog | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f9a11e7..610919a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +zeppplayer (1.6.7-1) bookworm jammy kinetic lunar; urgency=medium + + * Fix: month in RTC + * Fix: don't call delegate resume_call on AOD/edit + * Restore old properties order in UI + + -- MelianMiko Thu, 01 Jun 2023 14:07:42 +0700 + zeppplayer (1.6.6-1) bookworm jammy kinetic lunar; urgency=medium * Fix some bugs, continue rewrite to TypeScript diff --git a/package.json b/package.json index 83444bd..c278b3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zeppplayer", - "version": "1.6.6", - "description": "Mi Band 7 preview tool", + "version": "1.6.7", + "description": "Unofficial ZeppOS emulator", "main": "app/zepp_player/cli.js", "scripts": { "browser:build": "esbuild --bundle --outdir=app src/index.browser.js",