Skip to content

Commit

Permalink
Fixed #217 - generic light travel correction.
Browse files Browse the repository at this point in the history
Bumped version to 2.1.2.
  • Loading branch information
cosinekitty committed Jun 2, 2022
1 parent b7979cb commit 476fb79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astronomy-engine",
"version": "2.1.1",
"version": "2.1.2",
"description": "Astronomy calculation for Sun, Moon, and planets.",
"main": "./astronomy.js",
"module": "./esm/astronomy.js",
Expand Down
2 changes: 1 addition & 1 deletion source/kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
Now add the dependency:
```kotlin
dependencies {
implementation("io.github.cosinekitty:astronomy:2.1.1")
implementation("io.github.cosinekitty:astronomy:2.1.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion source/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.cosinekitty"
version = "2.1.1"
version = "2.1.2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion source/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='astronomy-engine',
version='2.1.1',
version='2.1.2',
description='Astronomy calculation for Sun, Moon, and planets.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 476fb79

Please sign in to comment.