Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiospizzi committed Aug 6, 2020
1 parent 283e094 commit b462623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "PowerShell Interactive",
"type": "PowerShell",
"request": "launch",
"cwd": "${workspaceFolder}",
"createTemporaryIntegratedConsole": true
},
{
"name": "PowerShell Debug Script",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\.debug.ps1",
"script": "${workspaceFolder}\\.debug.temp.ps1",
"cwd": "${workspaceFolder}",
"createTemporaryIntegratedConsole": true
}
Expand Down
2 changes: 1 addition & 1 deletion Adb/Adb.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'Adb.psm1'

# Version number of this module.
ModuleVersion = '1.4.1'
ModuleVersion = '1.4.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/).

## Unreleased
## 1.4.2 - 2020-08-06

* Fixed: Optimize validation parsing for not found items (http 404)

Expand Down

0 comments on commit b462623

Please sign in to comment.