Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Update version numbers and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nevadascout committed Mar 20, 2017
1 parent 6bd0575 commit 8796744
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph

---

## What's new in v0.3.3 (latest release)
## What's new in v0.3.4 (latest release)
- Significant performance improvements when requesting suggestions *(up to 7,500% faster)*

## What's new in v0.3.3
- Document symbol provider - view top level symbols in the current file
- Workspace symbol provider - view top level symbols throughout the workspace
- Performance improvements
Expand Down
5 changes: 4 additions & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# v0.3.3 (latest release)
# v0.3.4 (latest release)
- Significant performance improvements when requesting suggestions *(up to 7,500% faster)*

# v0.3.3
- Document symbol provider - view top level symbols in the current file
- Workspace symbol provider - view top level symbols throughout the workspace
- Performance improvements
Expand Down
5 changes: 4 additions & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph

---

## What's new in v0.3.3 (latest release)
## What's new in v0.3.4 (latest release)
- Significant performance improvements when requesting suggestions *(up to 7,500% faster)*

## What's new in v0.3.3
- Document symbol provider - view top level symbols in the current file
- Workspace symbol provider - view top level symbols throughout the workspace
- Performance improvements
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"icon": "images/php-256.png",
"license": "MIT",
"version": "0.3.3",
"version": "0.3.4",
"publisher": "HvyIndustries",
"engines": {
"vscode": "^1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crane-lang-server",
"description": "The language server for Crane",
"version": "1.1.3",
"version": "1.1.4",
"author": "HVY Industries",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 8796744

Please sign in to comment.