From 2b54ef6bb4c375ed9217acdbc1fc4b7c25c3ab0d Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Thu, 31 Aug 2017 22:32:10 -0600 Subject: [PATCH] Bump stable version to 1.2.0 --- README.md | 10 +++++----- docs/QuickstartWalkthrough.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 36de8c0..77b4638 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ output = input.replace(/\b\d+\.\d+\.\d+\b/g, '{{stableVersion}}'); ## Getting Started -Spectrum 1.1.1 is available as a package on [JCenter](https://bintray.com/greghaskins/maven/Spectrum/view) and [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.greghaskins%22%20AND%20a%3A%22spectrum%22). +Spectrum 1.2.0 is available as a package on [JCenter](https://bintray.com/greghaskins/maven/Spectrum/view) and [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.greghaskins%22%20AND%20a%3A%22spectrum%22). -- [Quickstart Guide](https://github.com/greghaskins/spectrum/tree/1.1.1/docs/QuickstartWalkthrough.md) -- [Documentation](https://github.com/greghaskins/spectrum/tree/1.1.1/docs) +- [Quickstart Guide](https://github.com/greghaskins/spectrum/tree/1.2.0/docs/QuickstartWalkthrough.md) +- [Documentation](https://github.com/greghaskins/spectrum/tree/1.2.0/docs) - [Release Notes](https://github.com/greghaskins/spectrum/releases) -- [Source Code](https://github.com/greghaskins/spectrum/tree/1.1.1) +- [Source Code](https://github.com/greghaskins/spectrum/tree/1.2.0) ## Examples @@ -85,7 +85,7 @@ public class Features {{ }} ``` -For more details and examples, see the [documentation](https://github.com/greghaskins/spectrum/tree/1.1.1/docs). +For more details and examples, see the [documentation](https://github.com/greghaskins/spectrum/tree/1.2.0/docs). ## Can I Contribute? diff --git a/docs/QuickstartWalkthrough.md b/docs/QuickstartWalkthrough.md index 320354b..f2c836d 100644 --- a/docs/QuickstartWalkthrough.md +++ b/docs/QuickstartWalkthrough.md @@ -13,7 +13,7 @@ Add the Spectrum dependency to your `testCompile` configuration in `build.gradle ```groovy dependencies { - testCompile 'com.greghaskins:spectrum:1.1.1' + testCompile 'com.greghaskins:spectrum:1.2.0' } ``` @@ -25,7 +25,7 @@ Add Spectrum as a dependency with `test` scope in your `pom.xml`: com.greghaskins spectrum - 1.1.1 + 1.2.0 test ``` diff --git a/gradle.properties b/gradle.properties index e306613..8300676 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -stableVersion = 1.1.1 +stableVersion = 1.2.0