Skip to content

Commit

Permalink
chore: Change version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Aug 17, 2019
1 parent 184264a commit ab4eccd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# environment configuration #
#---------------------------------#

version: 0.1.0.{build}
version: 0.2.0.{build}
environment:
PSGalleryAPIKey:
secure: lbDrWTaiRIaEUnUacZbYJHSaCGvAZfz8HsfoaE5uc5NuoebPCvptrlXzRTHN10v9
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.2.0

- new features:

- function Wait-ExpectedMessage
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
4 changes: 2 additions & 2 deletions src/ITGSerialTerminalTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Создано: sergey.s.betke
#
# Дата создания: 31.05.2019
# Дата создания: 18.08.2019
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'ITGSerialTerminalTools.psm1'

# Номер версии данного модуля.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Поддерживаемые выпуски PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit ab4eccd

Please sign in to comment.