Skip to content

Commit 476fb79

Browse files
committed
Fixed #217 - generic light travel correction.
Bumped version to 2.1.2.
1 parent b7979cb commit 476fb79

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: source/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astronomy-engine",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Astronomy calculation for Sun, Moon, and planets.",
55
"main": "./astronomy.js",
66
"module": "./esm/astronomy.js",

Diff for: source/kotlin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
Now add the dependency:
2626
```kotlin
2727
dependencies {
28-
implementation("io.github.cosinekitty:astronomy:2.1.1")
28+
implementation("io.github.cosinekitty:astronomy:2.1.2")
2929
}
3030
```
3131

Diff for: source/kotlin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.cosinekitty"
9-
version = "2.1.1"
9+
version = "2.1.2"
1010

1111
repositories {
1212
mavenCentral()

Diff for: source/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='astronomy-engine',
5-
version='2.1.1',
5+
version='2.1.2',
66
description='Astronomy calculation for Sun, Moon, and planets.',
77
long_description=open('README.md').read(),
88
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)