Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohit committed Jul 10, 2024
1 parent 73663c6 commit 9ca500f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
16 changes: 12 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this dependency to your **module-level** `build.gradle` in `dependencies` se

```groovy
dependencies {
implementation 'io.github.rroohit:ImageCropView:2.3.0'
implementation 'io.github.rroohit:ImageCropView:3.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=io.github.rroohit
POM_ARTIFACT_ID=ImageCropView
VERSION_NAME=2.3.0
SNAPSHOT=2.3.0-SNAPSHOT
VERSION_NAME=3.0.0
SNAPSHOT=3.0.0-SNAPSHOT

POM_NAME=ImageCropView
POM_DESCRIPTION=Jetpack Compose Image Crop View.
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: "com.vanniktech.maven.publish"

group = "io.github.rroohit"
version = "2.3.0"
version = "3.0.0"

mavenPublishing {
pom {
Expand Down

0 comments on commit 9ca500f

Please sign in to comment.