mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 14:27:52 -04:00
Astronomy Engine 2.1.6: eclipse obscuration
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</td>
|
||||
<td style="text-align: center;"><a href="demo/c/">Examples</a></td>
|
||||
<td style="text-align: center;">
|
||||
<div><a href="source/c/"><img src="https://img.shields.io/badge/C%20%2f%20C%2b%2b-v2.1.5-blue" /></a></div>
|
||||
<div><a href="source/c/"><img src="https://img.shields.io/badge/C%20%2f%20C%2b%2b-v2.1.6-blue" /></a></div>
|
||||
<div><a href="source/c/">Code & Docs</a></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.1.5
|
||||
2.1.6
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<PackageId>CosineKitty.AstronomyEngine</PackageId>
|
||||
<PackageVersion>2.1.5</PackageVersion>
|
||||
<PackageVersion>2.1.6</PackageVersion>
|
||||
<RepositoryUrl>https://github.com/cosinekitty/astronomy</RepositoryUrl>
|
||||
<Authors>Don Cross</Authors>
|
||||
<Title>Astronomy Engine</Title>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astronomy-engine",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"description": "Astronomy calculation for Sun, Moon, and planets.",
|
||||
"main": "./astronomy.js",
|
||||
"module": "./esm/astronomy.js",
|
||||
|
||||
@@ -25,7 +25,7 @@ allprojects {
|
||||
Now add the dependency:
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("io.github.cosinekitty:astronomy:2.1.5")
|
||||
implementation("io.github.cosinekitty:astronomy:2.1.6")
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "io.github.cosinekitty"
|
||||
version = "2.1.5"
|
||||
version = "2.1.6"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='astronomy-engine',
|
||||
version='2.1.5',
|
||||
version='2.1.6',
|
||||
description='Astronomy calculation for Sun, Moon, and planets.',
|
||||
long_description=open('README.md').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
|
||||
Reference in New Issue
Block a user