Skip to content

Commit 6de52ea

Browse files
committed
Update README and fiz badges
1 parent db4c086 commit 6de52ea

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2.2.1
4+
5+
- [NEW] Fix README badge
6+
37
## 2.2.0
48

59
- [NEW] Add dashboard snippet (thanks [@ww-michael](https://github.com/ww-michael))

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,17 @@
1515
<img src="https://vsmarketplacebadges.dev/version-short/mstuttgart.odoo-snippets.png?style=for-the-badge&color=875A7B" alt="Version">
1616
</a>
1717
<a href="https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets">
18-
<img alt="Visual Studio Marketplace Installs" src="https://vsmarketplacebadges.dev/installs-short/mstuttgart.odoo-snippets.png
19-
?color=875A7B&label=Installs&style=for-the-badge">
18+
<img alt="Visual Studio Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/i/mstuttgart.odoo-snippets?color=875A7B&style=for-the-badge">
2019
</a>
2120
<a href="https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets">
22-
<img alt="Visual Studio Marketplace Downloads" src="https://vsmarketplacebadges.dev/downloads-short/mstuttgart.odoo-snippets.png
23-
?color=875A7B&label=Downloads&style=for-the-badge">
21+
<img alt="Visual Studio Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/mstuttgart.odoo-snippets?color=875A7B&style=for-the-badge">
2422
</a>
2523
<a href="https://marketplace.visualstudio.com/items?itemName=mstuttgart.odoo-snippets">
26-
<img src="https://vsmarketplacebadges.dev/rating-short/mstuttgart.odoo-snippets.png
27-
?style=for-the-badge&color=875A7B&label=Rating" alt="Ratings">
24+
<img alt="Visual Studio Marketplace Rating" src="https://img.shields.io/visual-studio-marketplace/r/mstuttgart.odoo-snippets?color=875A7B&style=for-the-badge">
2825
</a>
2926
</p>
3027

28+
3129
<p align="center">
3230
<a href="#about">About</a> |
3331
<a href="#installation">Installation</a> |

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "odoo-snippets",
33
"displayName": "Odoo Code Snippets",
44
"description": "This snippets can help you to develop Odoo modules faster and with no Typing Errors.",
5-
"version": "2.2.0",
5+
"version": "2.2.1",
66
"license": "SEE LICENSE IN LICENSE",
77
"publisher": "mstuttgart",
88
"author": {

0 commit comments

Comments
 (0)