Skip to content

Commit

Permalink
Merge pull request #120 from greghaskins/release-1.2.0
Browse files Browse the repository at this point in the history
Release version 1.2.0
  • Loading branch information
greghaskins committed Sep 1, 2017
2 parents b7b920a + 2b54ef6 commit 92e0d36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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?

Expand Down
4 changes: 2 additions & 2 deletions docs/QuickstartWalkthrough.md
Expand Up @@ -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'
}
```

Expand All @@ -25,7 +25,7 @@ Add Spectrum as a dependency with `test` scope in your `pom.xml`:
<dependency>
<groupId>com.greghaskins</groupId>
<artifactId>spectrum</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1 +1 @@
stableVersion = 1.1.1
stableVersion = 1.2.0

0 comments on commit 92e0d36

Please sign in to comment.