From 1179f9f2fad307f94d2cdc1a54d32362efff0d3d Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 31 Aug 2023 23:43:22 -0400 Subject: [PATCH] Version 2.0.0 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- modules/clearotacerts/module.prop | 4 ++-- modules/oemunlockonboot/module.prop | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a261c..00c40f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ to update the actual links at the bottom of the file. --> -### Unreleased +### Version 2.0.0 * Initial Rust release. The old Python implementation can be found in the `python` branch. ([PR #130 @chenxiaolong]) diff --git a/Cargo.toml b/Cargo.toml index f15138d..a543a9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "xtask"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "2.0.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot" diff --git a/modules/clearotacerts/module.prop b/modules/clearotacerts/module.prop index ae40397..e1a10b4 100644 --- a/modules/clearotacerts/module.prop +++ b/modules/clearotacerts/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.clearotacerts name=clearotacerts -version=v0.1.0 -versionCode=256 +version=v2.0.0 +versionCode=131072 author=chenxiaolong description=Block A/B OTAs by clearing verification certificates diff --git a/modules/oemunlockonboot/module.prop b/modules/oemunlockonboot/module.prop index 23dbdd6..3f1b130 100644 --- a/modules/oemunlockonboot/module.prop +++ b/modules/oemunlockonboot/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.oemunlockonboot name=oemunlockonboot -version=v0.1.0 -versionCode=256 +version=v2.0.0 +versionCode=131072 author=chenxiaolong description=Enable OEM unlocking on every boot