Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Mar 15, 2022
1 parent 704872f commit 2138f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ Kart: Distributed version-control for datasets

## Installing

### Upgrading to v0.11.0
### Upgrading to v0.11.1

See the [v0.11.0 release notes](https://github.com/koordinates/kart/releases/tag/v0.11.0) for changes, upgrading, and compatibility notes.
See the [v0.11.1 release notes](https://github.com/koordinates/kart/releases/tag/v0.11.1) for changes, upgrading, and compatibility notes.

### Windows

Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.0).
Download the .msi installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.1).

> 💡 If Windows Defender SmartScreen says "it prevented an unrecognized app from starting" after downloading, you'll need to click "Run anyway".
### macOS

Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.0);
Download the .pkg installer from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.1);

Or use [Homebrew](https://brew.sh) to install: `brew install koordinates/kart/kart`

### Linux

For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.0) and install via `dpkg -i kart_*.deb`.
For Debian/Ubuntu-based distributions, download the .deb package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.1) and install via `dpkg -i kart_*.deb`.

For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.0) and install via `rpm -i kart-*.rpm`.
For RPM-based distributions, download the .rpm package from the [release page](https://github.com/koordinates/kart/releases/tag/v0.11.1) and install via `rpm -i kart-*.rpm`.

### Source

Expand Down
2 changes: 1 addition & 1 deletion kart/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1rc1
0.11.1

0 comments on commit 2138f9d

Please sign in to comment.