Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
roaminro committed Dec 24, 2023
1 parent 0a50000 commit 5cb511e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Local-Koinos is a set of scripts and tools that will help you spin up a devnet o

## Install Docker (and Docker-Compose)

You will need to install Docker on MacOS, Linux or Windows first. You can follow their instructions for installation [here](https://www.docker.com/products/docker-desktop). Docker desktop comes with a recent version of docker-compose.
You will need to install Docker on MacOS, Linux or Windows first. You can follow their instructions for installation [here](https://www.docker.com/products/docker-desktop). Docker desktop comes with a recent version of docker-compose, but make sure it's at least docker-compose v2.

## Installation
```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@roamin/local-koinos",
"description": "Local Koinos CLI'",
"version": "0.4.14",
"version": "0.4.15",
"main": "lib/index.js",
"license": "MIT",
"bin": {
Expand Down

0 comments on commit 5cb511e

Please sign in to comment.