Skip to content

Commit

Permalink
Prepare for 1.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Starstrider42 committed Jul 18, 2020
1 parent bffa177 commit d0dbf00
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ Version History {#changelog}
Custom Asteroids conforms to version 2.0.0 of the [Semantic Versioning specification](http://semver.org/spec/v2.0.0.html).
All version numbers are to be interpreted as described therein. In addition to the actual [public API](http://starstrider42.github.io/Custom-Asteroids/), the [format of asteroid population files](http://starstrider42.github.io/Custom-Asteroids/newbelts.html) and the information stored in KSP save files will be considered part of the API for the purpose of versioning.

Unreleased
Version 1.8.0
------------

### New Features
Expand Down
4 changes: 2 additions & 2 deletions CustomAsteroids.version
Expand Up @@ -9,8 +9,8 @@
"REPOSITORY": "Custom-Asteroids",
"ALLOW_PRE_RELEASE": false
},
"VERSION": "1.7.0",
"KSP_VERSION": "1.7.0",
"VERSION": "1.8.0",
"KSP_VERSION": "1.7.3",
"KSP_VERSION_MIN": "1.4.0",
"KSP_VERSION_MAX": "1.9.1"
}
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Custom Asteroids v1.7.0
Custom Asteroids v1.8.0
============

Custom Asteroids is a mod for [Kerbal Space Program](http://www.kerbalspaceprogram.com/) that expands on stock asteroid functionality. It is designed to be easily and naturally extended by players. API documentation is available at http://starstrider42.github.io/Custom-Asteroids/.
Expand Down
2 changes: 1 addition & 1 deletion public_api.doxygen
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Custom Asteroids"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.7
PROJECT_NUMBER = 1.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/AsteroidManager.cs
Expand Up @@ -5,7 +5,7 @@

// Is there a good way to sync version number between here, Xamarin solution, doxygen, the
// markdown files, and Git tags?
[assembly: AssemblyVersion ("1.7.0")]
[assembly: AssemblyVersion ("1.8.0")]

namespace Starstrider42.CustomAsteroids
{
Expand Down

0 comments on commit d0dbf00

Please sign in to comment.