Skip to content

Commit 92e0d36

Browse files
authored
Merge pull request greghaskins#120 from greghaskins/release-1.2.0
Release version 1.2.0
2 parents b7b920a + 2b54ef6 commit 92e0d36

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ output = input.replace(/\b\d+\.\d+\.\d+\b/g, '{{stableVersion}}');
1515

1616
## Getting Started
1717

18-
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).
18+
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).
1919

20-
- [Quickstart Guide](https://github.com/greghaskins/spectrum/tree/1.1.1/docs/QuickstartWalkthrough.md)
21-
- [Documentation](https://github.com/greghaskins/spectrum/tree/1.1.1/docs)
20+
- [Quickstart Guide](https://github.com/greghaskins/spectrum/tree/1.2.0/docs/QuickstartWalkthrough.md)
21+
- [Documentation](https://github.com/greghaskins/spectrum/tree/1.2.0/docs)
2222
- [Release Notes](https://github.com/greghaskins/spectrum/releases)
23-
- [Source Code](https://github.com/greghaskins/spectrum/tree/1.1.1)
23+
- [Source Code](https://github.com/greghaskins/spectrum/tree/1.2.0)
2424

2525
## Examples
2626

@@ -85,7 +85,7 @@ public class Features {{
8585
}}
8686
```
8787

88-
For more details and examples, see the [documentation](https://github.com/greghaskins/spectrum/tree/1.1.1/docs).
88+
For more details and examples, see the [documentation](https://github.com/greghaskins/spectrum/tree/1.2.0/docs).
8989

9090
## Can I Contribute?
9191

docs/QuickstartWalkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add the Spectrum dependency to your `testCompile` configuration in `build.gradle
1313

1414
```groovy
1515
dependencies {
16-
testCompile 'com.greghaskins:spectrum:1.1.1'
16+
testCompile 'com.greghaskins:spectrum:1.2.0'
1717
}
1818
```
1919

@@ -25,7 +25,7 @@ Add Spectrum as a dependency with `test` scope in your `pom.xml`:
2525
<dependency>
2626
<groupId>com.greghaskins</groupId>
2727
<artifactId>spectrum</artifactId>
28-
<version>1.1.1</version>
28+
<version>1.2.0</version>
2929
<scope>test</scope>
3030
</dependency>
3131
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stableVersion = 1.1.1
1+
stableVersion = 1.2.0

0 commit comments

Comments
 (0)