diff --git a/distribution/CHANGELOG.md b/distribution/CHANGELOG.md index e96ce2a0..1e533c78 100644 --- a/distribution/CHANGELOG.md +++ b/distribution/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to build distribution will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.0.3 - 2025-01-08 - Add version{Code,Name} when checking for updates. This prevents suggesting the current build as an update. [#319](https://github.com/EmergeTools/emerge-android/pull/319) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3b2525f..0ea11a9d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ emerge-gradle-plugin = "4.0.5" emerge-performance = "2.1.2" emerge-reaper = "1.0.0" emerge-snapshots = "1.3.1-beta01" -emerge-distribution = "0.0.2" +emerge-distribution = "0.0.3" [plugins] android-application = { id = "com.android.application", version.ref = "agp" }