Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timotejroiko committed Oct 1, 2021
1 parent 2099f7c commit c96c55d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Sweph

The definitive Swiss Ephemeris bindings for Node.js
Everything you need to create Astrology and Astronomy applications with javascript and node.js
Everything you need to create Astrology and Astronomy applications with javascript and node

* 100% API coverage
* Built-in Typescript declarations
* Built-in Typescript declarations and ESM exports
* Built-in intellisense documentation
* Version matched
* Made with the N-API
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* ### Usage
* ```
* const { utc_to_jd, calc, houses_ex2, constants, set_ephe_path } = require("sweph");
* // or - import { utc_to_jd, calc, houses, constants, set_ephe_path } from "sweph";
* // or import { utc_to_jd, calc, houses_ex2, constants, set_ephe_path } from "sweph";
*
* set_ephe_path("./ephemeris"); // folder containing your ephemeris files;
*
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.2-1",
"version": "2.10.2-2",
"description": "The definitive Swiss Ephemeris bindings for Node.js",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit c96c55d

Please sign in to comment.