diff --git a/README.md b/README.md
index 0e479d21..85787c94 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
Examples |
-
+
|
diff --git a/generate/version.txt b/generate/version.txt
index cd57a8b9..399088bf 100644
--- a/generate/version.txt
+++ b/generate/version.txt
@@ -1 +1 @@
-2.1.5
+2.1.6
diff --git a/source/csharp/astronomy.csproj b/source/csharp/astronomy.csproj
index 292a1d0a..69520a43 100644
--- a/source/csharp/astronomy.csproj
+++ b/source/csharp/astronomy.csproj
@@ -4,7 +4,7 @@
true
true
CosineKitty.AstronomyEngine
- 2.1.5
+ 2.1.6
https://github.com/cosinekitty/astronomy
Don Cross
Astronomy Engine
diff --git a/source/js/package.json b/source/js/package.json
index 48d23c81..eaf965e5 100644
--- a/source/js/package.json
+++ b/source/js/package.json
@@ -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",
diff --git a/source/kotlin/README.md b/source/kotlin/README.md
index 23aa886b..db6124dc 100644
--- a/source/kotlin/README.md
+++ b/source/kotlin/README.md
@@ -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")
}
```
diff --git a/source/kotlin/build.gradle.kts b/source/kotlin/build.gradle.kts
index e2679308..441fe131 100644
--- a/source/kotlin/build.gradle.kts
+++ b/source/kotlin/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
}
group = "io.github.cosinekitty"
-version = "2.1.5"
+version = "2.1.6"
repositories {
mavenCentral()
diff --git a/source/python/setup.py b/source/python/setup.py
index 4e59b79b..e3425940 100644
--- a/source/python/setup.py
+++ b/source/python/setup.py
@@ -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',