Skip to content

Commit

Permalink
Preparing a gradle script for release
Browse files Browse the repository at this point in the history
  • Loading branch information
timmeleshko committed Jan 16, 2024
1 parent acadf7e commit 689a93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rwparser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.Lime-blur'
version = '1.1.4'
version = '1.1.5'

android {
namespace 'ru.limedev.rwparser'
Expand Down Expand Up @@ -54,7 +54,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.Lime-blur'
artifactId = 'rwparser'
version = '1.1.4'
version = '1.1.5'
}
}
}
Expand Down

0 comments on commit 689a93d

Please sign in to comment.