Skip to content

Commit

Permalink
fix version in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
joslarson committed May 4, 2018
1 parent e2ef494 commit 281f488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the "black-vscode" extension will be documented in this f

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.0.3] - 2018-05-04
## [2.0.4] - 2018-05-04
### Fixed
- Fixed possible unresolved promise in black version check

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "black-vscode",
"displayName": "Black – Python code formatter",
"description": "VS Code formatter plugin for ambv/black",
"version": "2.0.3",
"version": "2.0.4",
"minBlackVersion": "18.3a4",
"publisher": "joslarson",
"author": "Joseph Larson <@joslarson>",
Expand Down Expand Up @@ -73,4 +73,4 @@
"@types/node": "^10.0.3",
"@types/mocha": "^5.2.0"
}
}
}

0 comments on commit 281f488

Please sign in to comment.