Skip to content

Commit

Permalink
Bumped package version (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Jun 5, 2020
1 parent d50a1ba commit b6df64f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "TwitchPanels",
"webpackConfigJaid": "cli",
"version": "3.5.0",
"version": "3.5.1",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
"dependencies": {
"@absolunet/fsp": "^1.6.2",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<a href="https://raw.githubusercontent.com/jaid/twitch-panels/master/license.txt"><img src="https://img.shields.io/github/license/jaid/twitch-panels?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor twitch-panels"/></a>
<a href="https://actions-badge.atrox.dev/jaid/twitch-panels/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Ftwitch-panels%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/twitch-panels/commits"><img src="https://img.shields.io/github/commits-since/jaid/twitch-panels/v3.5.0?style=flat-square&logo=github" alt="Commits since v3.5.0"/></a> <a href="https://github.com/jaid/twitch-panels/commits"><img src="https://img.shields.io/github/last-commit/jaid/twitch-panels?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/twitch-panels/issues"><img src="https://img.shields.io/github/issues/jaid/twitch-panels?style=flat-square&logo=github" alt="Issues"/></a>
<a href="https://actions-badge.atrox.dev/jaid/twitch-panels/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Ftwitch-panels%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/twitch-panels/commits"><img src="https://img.shields.io/github/commits-since/jaid/twitch-panels/v3.5.1?style=flat-square&logo=github" alt="Commits since v3.5.1"/></a> <a href="https://github.com/jaid/twitch-panels/commits"><img src="https://img.shields.io/github/last-commit/jaid/twitch-panels?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/twitch-panels/issues"><img src="https://img.shields.io/github/issues/jaid/twitch-panels?style=flat-square&logo=github" alt="Issues"/></a>
<a href="https://npmjs.com/package/twitch-panels"><img src="https://img.shields.io/npm/v/twitch-panels?style=flat-square&logo=npm&label=latest%20version" alt="Latest version on npm"/></a> <a href="https://github.com/jaid/twitch-panels/network/dependents"><img src="https://img.shields.io/librariesio/dependents/npm/twitch-panels?style=flat-square&logo=npm" alt="Dependents"/></a> <a href="https://npmjs.com/package/twitch-panels"><img src="https://img.shields.io/npm/dm/twitch-panels?style=flat-square&logo=npm" alt="Downloads"/></a>

**Generates Twitch panels.**
Expand All @@ -19,20 +19,20 @@ This project is tailored to my personal needs and workflows and therefore highly
<a href="https://npmjs.com/package/twitch-panels"><img src="https://img.shields.io/badge/npm-twitch--panels-C23039?style=flat-square&logo=npm" alt="twitch-panels on npm"/></a>

```bash
npm install --global twitch-panels@^3.5.0
npm install --global twitch-panels@^3.5.1
```

<a href="https://yarnpkg.com/package/twitch-panels"><img src="https://img.shields.io/badge/Yarn-twitch--panels-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="twitch-panels on Yarn"/></a>

```bash
yarn global add twitch-panels@^3.5.0
yarn global add twitch-panels@^3.5.1
```

<a href="https://github.com/jaid/twitch-panels/packages"><img src="https://img.shields.io/badge/GitHub Packages-@jaid/twitch--panels-24282e?style=flat-square&logo=github" alt="@jaid/twitch-panels on GitHub Packages"/></a>
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --global @jaid/twitch-panels@^3.5.0
npm install --global @jaid/twitch-panels@^3.5.1
```


Expand Down

0 comments on commit b6df64f

Please sign in to comment.