From b6aed6214fb8be7ae4eb93bc9d68bbf62b6ee457 Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:11:43 -0500 Subject: [PATCH] Bumped version to 0.1.0. --- CHANGELOG.md | 2 +- buildSrc/src/main/groovy/ssg.common.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()