Skip to content

Commit 4a56f18

Browse files
committed
Astronomy Engine version 2.1.4
1 parent 5000a26 commit 4a56f18

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</td>
1111
<td style="text-align: center;"><a href="demo/c/">Examples</a></td>
1212
<td style="text-align: center;">
13-
<div><a href="source/c/"><img src="https://img.shields.io/badge/C%20%2f%20C%2b%2b-v2.1.3-blue" /></a></div>
13+
<div><a href="source/c/"><img src="https://img.shields.io/badge/C%20%2f%20C%2b%2b-v2.1.4-blue" /></a></div>
1414
<div><a href="source/c/">Code &amp; Docs</a></div>
1515
</td>
1616
</tr>

Diff for: generate/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.3
1+
2.1.4

Diff for: source/csharp/astronomy.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<PackageId>CosineKitty.AstronomyEngine</PackageId>
7-
<PackageVersion>2.1.3</PackageVersion>
7+
<PackageVersion>2.1.4</PackageVersion>
88
<RepositoryUrl>https://github.com/cosinekitty/astronomy</RepositoryUrl>
99
<Authors>Don Cross</Authors>
1010
<Title>Astronomy Engine</Title>

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.3",
3+
"version": "2.1.4",
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.3")
28+
implementation("io.github.cosinekitty:astronomy:2.1.4")
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.3"
9+
version = "2.1.4"
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.3',
5+
version='2.1.4',
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)