diff --git a/CHANGELOG.md b/CHANGELOG.md index e717505..eab42dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/buildSrc/src/main/groovy/ssg.common.gradle b/buildSrc/src/main/groovy/ssg.common.gradle index c89d81f..f6debd7 100644 --- a/buildSrc/src/main/groovy/ssg.common.gradle +++ b/buildSrc/src/main/groovy/ssg.common.gradle @@ -6,7 +6,7 @@ plugins { } group 'com.jessebrault.ssg' -version '0.0.1' +version '0.1.0' repositories { mavenCentral()