Skip to content

Commit

Permalink
Merge pull request #130 from sergio-sastre/release/2.3.5
Browse files Browse the repository at this point in the history
2.3.5
  • Loading branch information
sergio-sastre authored Jul 27, 2024
2 parents adc48db + 9cd98b9 commit 4257340
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android-testify/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "android-testify"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion dropshots/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "dropshots"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion mapper-paparazzi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "mapper-paparazzi"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion mapper-roborazzi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "mapper-roborazzi"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion paparazzi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "paparazzi"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion robolectric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "robolectric"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion roborazzi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "roborazzi"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion shot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "shot"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.sergio-sastre'
artifactId = "utils"
version = '2.3.4'
version = '2.3.5'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 4257340

Please sign in to comment.