Skip to content

Commit

Permalink
Updates for v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasuryat committed Oct 13, 2023
1 parent b4a0fff commit 32d0b64
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ non-problematic ones. It consolidates reports from multiple `modules` into a sin

#### 3.1 Download Mendable CLI tool

<a href="https://github.com/jayasuryat/mendable/releases/download/v0.6.0/mendable-app.jar"><img alt="Download Mendable" src="https://img.shields.io/badge/Mendable.jar-0.6.0-%2306090E?style=for-the-badge&logo=jetpackcompose&color=%2332cc57"/></a>
<a href="https://github.com/jayasuryat/mendable/releases/download/v0.7.0/mendable-app.jar"><img alt="Download Mendable" src="https://img.shields.io/badge/Mendable.jar-0.7.0-%2306090E?style=for-the-badge&logo=jetpackcompose&color=%2332cc57"/></a>

#### 3.2 Or, download Mendable Maven Artifacts

Expand All @@ -71,9 +71,9 @@ repositories {
}
dependencies {
implementation("com.jayasuryat.mendable:scanner:0.6.1")
implementation("com.jayasuryat.mendable:parser:0.6.1")
implementation("com.jayasuryat.mendable:mendable:0.6.1")
implementation("com.jayasuryat.mendable:scanner:0.7.0")
implementation("com.jayasuryat.mendable:parser:0.7.0")
implementation("com.jayasuryat.mendable:mendable:0.7.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/howto/Cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and `generate` a beautiful `report` for you.

### ✨ Generate report with a single command ✨

[Download](https://github.com/jayasuryat/mendable/releases/download/v0.6.0/mendable-app.jar) and place the `jar` file in
[Download](https://github.com/jayasuryat/mendable/releases/download/v0.7.0/mendable-app.jar) and place the `jar` file in
the
same folder which contains all the generated Compose compiler metrics (should be `YourProject/build/compose_metrics`).
And then execute the `jar` file with the following `command`.
Expand Down
6 changes: 3 additions & 3 deletions docs/howto/Library.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ repositories {
}
dependencies {
implementation("com.jayasuryat.mendable:scanner:0.6.1")
implementation("com.jayasuryat.mendable:parser:0.6.1")
implementation("com.jayasuryat.mendable:mendable:0.6.1")
implementation("com.jayasuryat.mendable:scanner:0.7.0")
implementation("com.jayasuryat.mendable:parser:0.7.0")
implementation("com.jayasuryat.mendable:mendable:0.7.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dokka = "1.8.20"
gradleNexusPublish = "1.1.0"

# Mendable publish
mendablePublishVersion = "0.6.1"
mendablePublishVersion = "0.7.0"

[libraries]

Expand Down

0 comments on commit 32d0b64

Please sign in to comment.