Skip to content

Commit

Permalink
Merge pull request #79 from trello/dlew/prep-v1.1.1
Browse files Browse the repository at this point in the history
Bump to v1.1.1
  • Loading branch information
dlew committed Mar 24, 2021
2 parents f73567d + c51fad1 commit 8a74cd9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

1.1.1
-----
*2021-03-24*

There are no differences between 1.1.0 and 1.1.1; we simply moved to a different host, and I wanted
to make sure there was no confusion when switching over (since builds will fail now if you keep
trying to access this via jcenter).

- ([#78](https://github.com/trello/victor/pull/78)) Moved to Gradle publishing portal

1.1.0
-----
*2020-05-08*
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ Add the following to your `build.gradle`:
```gradle
buildscript {
repositories {
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.trello:victor:1.1.0'
classpath 'com.trello:victor:1.1.1'
}
}
Expand Down
6 changes: 4 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@

buildscript {
repositories {
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.trello:victor:1.1.0'
classpath 'com.trello:victor:1.1.1'
}
}

Expand Down
6 changes: 4 additions & 2 deletions sample/build.gradle.kts.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@

buildscript {
repositories {
jcenter()
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.trello:victor:1.1.0")
classpath("com.trello:victor:1.1.1")
}
}

Expand Down
2 changes: 1 addition & 1 deletion victor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
// Plugin publishing

group = 'com.trello'
version = '1.1.0-SNAPSHOT'
version = '1.1.1-SNAPSHOT'


gradlePlugin {
Expand Down

0 comments on commit 8a74cd9

Please sign in to comment.