Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Sep 3, 2023
1 parent fe5d25d commit 11000ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Refer to [JMH docs](https://github.com/openjdk/jmh/blob/master/README.md) for de
For Gradle-based projects:
```kotlin
dependencies {
implementation("io.github.fzhinkin:xctraceprof:0.0.1")
implementation("io.github.fzhinkin:xctraceprof:0.0.2")
}
```

Expand All @@ -55,7 +55,7 @@ For Maven-based projects:
<dependency>
<groupId>io.github.fzhinkin</groupId>
<artifactId>xctraceprof</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion profiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "io.github.fzhinkin"
artifactId = "xctraceprof"
version = "0.0.2-SNAPSHOT"
version = "0.0.2"

from(components["java"])

Expand Down

0 comments on commit 11000ed

Please sign in to comment.