Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
* Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Mar 9, 2021
1 parent 29af452 commit d88ae41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![GitHub package.json version](https://img.shields.io/github/package-json/v/e5mode/yarn-up-all)
![GitHub](https://img.shields.io/github/license/e5mode/yarn-up-all)
![GitHub Releases](https://img.shields.io/github/downloads/e5mode/yarn-up-all/1.0.3/total)
![GitHub Releases](https://img.shields.io/github/downloads/e5mode/yarn-up-all/1.0.4/total)

## Description

Expand All @@ -25,7 +25,7 @@ yarn set version berry
In order to install the plugin, you can run the following command in your terminal:

```Bash
yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.3/index.js
yarn plugin import https://github.com/e5mode/yarn-up-all/releases/download/1.0.4/index.js
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yarn-up-all",
"version": "1.0.3",
"version": "1.0.4",
"description": "Yarn 2 plugin that will upgrade all dependencies to their latest version with one simple command",
"main": "src/index.js",
"repository": "https://github.com/e5mode/yarn-up-all.git",
Expand Down

0 comments on commit d88ae41

Please sign in to comment.