Bumped version to 0.1.0.

This commit is contained in:
JesseBrault0709 2023-03-03 15:11:43 -05:00
parent f05ee20408
commit b6aed6214f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ All notable changes to SSG will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Next
## 0.1.0
### Added

View File

@ -6,7 +6,7 @@ plugins {
}
group 'com.jessebrault.ssg'
version '0.0.1'
version '0.1.0'
repositories {
mavenCentral()