Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWassermann committed Jun 7, 2021
1 parent b6aba46 commit 08edb75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ This is a simple php auto completion / code snippet extension.

## Installing

This extension is available for free in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=F4Bz3.vsce-php-auto-completion-extension)
This extension is available for free in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=F4Bz3.phpautocompletion)

## What's new?
Click here to go to the [Changelog](https://github.com/FabianWassermann/vsce-php-auto-completion-extension/blob/main/CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "phpautocompletion",
"displayName": "phpAutoCompletion",
"displayName": "Php Auto Completion",
"description": "Simple Php Completion",
"version": "1.0.4",
"version": "1.1.1",
"publisher": "F4Bz3",
"repository": {
"type": "git",
Expand Down

0 comments on commit 08edb75

Please sign in to comment.