diff --git a/README.md b/README.md
index 7eafb1d..9805b36 100644
--- a/README.md
+++ b/README.md
@@ -4,17 +4,6 @@ Visual Studio Code plugin that autocompletes npm modules in import statements.
![auto complete](/images/auto_complete.gif)
-## Sponsors
-
-
-
-Eliminate context switching and costly distractions. Create and merge PRs and perform code reviews from inside your IDE while using jump-to-definition, your favorite keybindings, and other IDE tools.
Learn more
-
-
-
-
-Track and prioritise tech debt and maintenance issues, straight from your IDE. Bookmark code while you work, organise TODOs and share codebase knowledge with your team. Try it out for free today.
-
## Installation
diff --git a/docs/images/sponsors/documatic.png b/docs/images/sponsors/documatic.png
deleted file mode 100644
index f8fc63c..0000000
Binary files a/docs/images/sponsors/documatic.png and /dev/null differ
diff --git a/docs/images/sponsors/stepsize.png b/docs/images/sponsors/stepsize.png
deleted file mode 100644
index 8fbb76f..0000000
Binary files a/docs/images/sponsors/stepsize.png and /dev/null differ
diff --git a/package.json b/package.json
index b1b9954..1b50897 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "npm-intellisense",
"displayName": "npm Intellisense",
"description": "Visual Studio Code plugin that autocompletes npm modules in import statements",
- "version": "1.4.4",
+ "version": "1.4.5",
"publisher": "christian-kohler",
"engines": {
"vscode": "^1.0.0"