From 246c58800813f7e446417937957be7fd763a8fed Mon Sep 17 00:00:00 2001 From: sisong Date: Sun, 10 Sep 2023 11:13:29 +0800 Subject: [PATCH] update version; --- README.md | 2 +- src/patch/patch_types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca4a646..b1a2530 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # [ApkDiffPatch] -[![release](https://img.shields.io/badge/release-v1.6.1-blue.svg)](https://github.com/sisong/ApkDiffPatch/releases) +[![release](https://img.shields.io/badge/release-v1.6.2-blue.svg)](https://github.com/sisong/ApkDiffPatch/releases) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sisong/ApkDiffPatch/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/sisong/ApkDiffPatch/pulls) [![+issue Welcome](https://img.shields.io/github/issues-raw/sisong/ApkDiffPatch?color=green&label=%2Bissue%20welcome)](https://github.com/sisong/ApkDiffPatch/issues) diff --git a/src/patch/patch_types.h b/src/patch/patch_types.h index 9b66890..c22f3fb 100644 --- a/src/patch/patch_types.h +++ b/src/patch/patch_types.h @@ -33,7 +33,7 @@ #define APKDIFFPATCH_VERSION_MAJOR 1 #define APKDIFFPATCH_VERSION_MINOR 6 -#define APKDIFFPATCH_VERSION_RELEASE 1 +#define APKDIFFPATCH_VERSION_RELEASE 2 #define _APKDIFFPATCH_VERSION APKDIFFPATCH_VERSION_MAJOR.APKDIFFPATCH_VERSION_MINOR.APKDIFFPATCH_VERSION_RELEASE #define _APKDIFFPATCH_QUOTE(str) #str