From 73e1c97ce14a54b5c219082d3a87d970a541d0cd Mon Sep 17 00:00:00 2001 From: Claudio Spizzi Date: Tue, 10 Sep 2019 22:36:13 +0200 Subject: [PATCH] Version 1.0.0 --- CHANGELOG.md | 6 +++++- Modules/Adb/Adb.psd1 | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 952c3e9..a361eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is mainly based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 0.1.0 - 2019-09-10 +## 1.0.0 - 2019-09-10 + +* Changed: Reorganize and merge with the internal ArcadeAdb module + +## 0.1.0 - 2019-03-07 * Added: Initial version diff --git a/Modules/Adb/Adb.psd1 b/Modules/Adb/Adb.psd1 index 5298fe0..c0cf44f 100644 --- a/Modules/Adb/Adb.psd1 +++ b/Modules/Adb/Adb.psd1 @@ -3,7 +3,7 @@ RootModule = 'Adb.psm1' # Version number of this module. - ModuleVersion = '0.1.0' + ModuleVersion = '1.0.0' # Supported PSEditions # CompatiblePSEditions = @()