From 33f494552f63c9b9bfbfd244ffd74bb045696b8b Mon Sep 17 00:00:00 2001 From: Md Ismail Alam Khan Date: Thu, 2 Feb 2023 12:43:29 +0600 Subject: [PATCH] Updating to 0.0.14 increment version --- CHANGELOG-ALL.md | 3 +++ CHANGELOG.md | 5 ++--- pubspec.yaml | 2 +- version.txt | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG-ALL.md b/CHANGELOG-ALL.md index df8e9a6..1eea7f5 100644 --- a/CHANGELOG-ALL.md +++ b/CHANGELOG-ALL.md @@ -1,3 +1,6 @@ +## 0.0.14 + +- Fix app initialization ## 0.0.13 - Command queue will persist across restarts diff --git a/CHANGELOG.md b/CHANGELOG.md index a8a5891..7860584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -## 0.0.13 +## 0.0.14 -- Command queue will persist across restarts -- Added timestamps to command queue +- Fix app initialization diff --git a/pubspec.yaml b/pubspec.yaml index 015cdfd..07dd4d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: adb_ui description: Run adb commands with ease from a simple UI publish_to: none -version: 0.0.13 +version: 0.0.14 environment: sdk: '>=2.18.2 <3.0.0' diff --git a/version.txt b/version.txt index 2e60e2a..1111c9c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.13 \ No newline at end of file +0.0.14 \ No newline at end of file