Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timotejroiko committed May 12, 2021
1 parent 59ee9ac commit e023fb1
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 @@ -20,12 +20,12 @@ This library follows the licensing requirements for the Swiss Ephemeris by Astro
### - GPL

Up to and including version `2.10.0`, this library is licensed under `GPL-2.0`.
To install and use this library under GPL, use `npm install [email protected]`.
To install and use this library under GPL, use `npm install [email protected]` or `npm install sweph@gpl`.

### - AGPL

Starting from version `2.10.1` and later, this library is licensed under `AGPL-3.0`.
To install and use the latest version of this library under AGPL, use `npm install sweph`.
To install and use the latest version of this library under AGPL, use `npm install sweph` or `npm install sweph@latest`.

### - LGPL

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": "sweph",
"version": "2.10.1-1",
"version": "2.10.1-2",
"description": "The definitive Swiss Ephemeris bindings for Node.js",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit e023fb1

Please sign in to comment.