diff --git a/CHANGELOG.md b/CHANGELOG.md index 85117c7..7ca5b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project 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). +## [1.3] - 2025-03-11 + +### Changed +- Fix default image dir to be /sdcard/isodroid instead of /sdcard/isodrive + ## [1.2] - 2025-03-10 ### Changed diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ad79437..6f77f77 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,7 +13,7 @@ android { minSdk = 26 targetSdk = 36 versionCode = 1 - versionName = "1.2" + versionName = "1.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }