diff --git a/.appveyor.yml b/.appveyor.yml index e5a81b4..a3ee0cc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ # environment configuration # #---------------------------------# -version: 0.1.0.{build} +version: 0.2.0.{build} environment: PSGalleryAPIKey: secure: lbDrWTaiRIaEUnUacZbYJHSaCGvAZfz8HsfoaE5uc5NuoebPCvptrlXzRTHN10v9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba155c..c65c21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.2.0 + - new features: - function Wait-ExpectedMessage diff --git a/package.json b/package.json index 8ace76f..57dde61 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "ITGSerialTerminalTools", - "version": "1.0.0", - "license": "UNLICENSED", - "repository": { - "type": "git", - "url": "git+https://github.com/IT-Service/ITGSerialTerminalTools.git" - }, - "author": "Sergei S. Betke", - "devDependencies": { - "@commitlint/cli": "^7.6.0", - "cz-customizable": "^6.0.0", - "husky": "^2.2.0" - } + "name": "ITGSerialTerminalTools", + "version": "0.2.0", + "license": "UNLICENSED", + "repository": { + "type": "git", + "url": "git+https://github.com/IT-Service/ITGSerialTerminalTools.git" + }, + "author": "Sergei S. Betke", + "devDependencies": { + "@commitlint/cli": "^7.6.0", + "cz-customizable": "^6.0.0", + "husky": "^2.2.0" + } } diff --git a/src/ITGSerialTerminalTools.psd1 b/src/ITGSerialTerminalTools.psd1 index 6dc18fd..09b9e67 100644 --- a/src/ITGSerialTerminalTools.psd1 +++ b/src/ITGSerialTerminalTools.psd1 @@ -3,7 +3,7 @@ # # Создано: sergey.s.betke # -# Дата создания: 31.05.2019 +# Дата создания: 18.08.2019 # @{ @@ -12,7 +12,7 @@ RootModule = 'ITGSerialTerminalTools.psm1' # Номер версии данного модуля. - ModuleVersion = '0.1.0' + ModuleVersion = '0.2.0' # Поддерживаемые выпуски PSEditions # CompatiblePSEditions = @()