Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Virej Dasani authored and Virej Dasani committed Jun 2, 2022
1 parent dc3c683 commit cb1d248
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

<a href="https://www.producthunt.com/posts/in-your-face-2?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-in&#0045;your&#0045;face&#0045;2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=346936&theme=light" alt="In&#0032;Your&#0032;Face - A&#0032;VS&#0032;Code&#0032;extension&#0032;&#0045;&#0032;shows&#0032;faces&#0032;that&#0032;correlate&#0032;to&#0032;errors&#0033; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>


![Downloads](https://vsmarketplacebadge.apphb.com/downloads/VirejDasani.in-your-face.svg)
![Rating](https://vsmarketplacebadge.apphb.com/rating-star/VirejDasani.in-your-face.svg)
![Version](https://vsmarketplacebadge.apphb.com/version/VirejDasani.in-your-face.svg)


In Your Face is a VS Code extension that shows you Doom 'Ouch Faces' that correlate to the number of errors in your code!

![Loading...](https://raw.githubusercontent.com/virejdasani/InYourFace/main/assets/smallBanner.png)
Expand All @@ -18,6 +16,9 @@ In Your Face is a VS Code extension that shows you Doom 'Ouch Faces' that correl

- Check it out on YouTube [here](https://www.youtube.com/watch?v=BuejUOFOodw)

- Check out [Incredibly In Your Face](https://marketplace.visualstudio.com/items?itemName=VirejDasani.incredibly-in-your-face) which is based on the uncanny Mr. Incredible faces
![Loading...](https://raw.githubusercontent.com/virejdasani/Incredibly-InYourFace/main/assets/smallBanner.png)

> Shoutout to [Benny Neugebauer](https://twitter.com/bennycode) for [this idea](https://dev.to/bennycode/comment/1od37)!
---
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "in-your-face",
"displayName": "In Your Face",
"description": "In Your Face, shows you Doom 'Ouch Faces' that correlate to the number of errors in your code!",
"version": "1.0.1",
"version": "1.1.1",
"publisher": "VirejDasani",
"homepage": "https://github.com/virejdasani/InYourFace",
"license": "MIT",
Expand Down Expand Up @@ -56,12 +56,11 @@
}]
},
"commands": [{
"command": "in-your-face.openview.focus",
"category": "In Your Face",
"title": "Open Sidebar",
"icon": "$(clear-all)"
}
]
"command": "in-your-face.openview.focus",
"category": "In Your Face",
"title": "Open Sidebar",
"icon": "$(clear-all)"
}]
},
"scripts": {
"vscode:prepublish": "npm run compile",
Expand Down

0 comments on commit cb1d248

Please sign in to comment.