Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 26, 2017
1 parent 1da3f9e commit 5b70957
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.3.2] - 2017-12-25

### Cahnged
- Bump required VSCode version
- Code cleanup. This project is only for syntax highlighting and snippets support
Expand Down Expand Up @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial stable release

[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/zephir-lang/zephir-vscode/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/zephir-lang/zephir-vscode/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zephir",
"version": "1.3.1",
"version": "1.3.2",
"displayName": "Zephir",
"title": "Zephir for VSCode",
"description": "Zephir Language syntax highlighting and snippets for VSCode.",
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/zephir.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"name": "Zephir",
"comment": "Zephir Language support for VSCode",
"version": "1.3.1",
"version": "1.3.2",
"fileTypes": [
"zep"
],
Expand Down

0 comments on commit 5b70957

Please sign in to comment.