Skip to content

Commit

Permalink
prep for v0.2.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn authored May 13, 2024
1 parent 880eb1f commit be42a4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ All notable changes to this project will be documented in this file.

### Fixes

- BUG] Wrong os type on Windows #36
### Changes

## [0.2.2] - 2024-05-13

### Fixes

- [BUG] Wrong os type on Windows #36

## [0.2.1] - 2024-04-23

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Multiplatform Paths

[![Maven Central](https://img.shields.io/maven-central/v/me.sujanpoudel.multiplatform.utils/multiplatform-paths?label=version&color=blue)](https://search.maven.org/search?q=me.sujanpoudel.multiplatform.utils)
[![Release](https://img.shields.io/github/v/release/psuzn/multiplatform-paths?label=version&color=blue)](https://github.com/psuzn/multiplatform-paths/releases/latest)
[![CI](https://github.com/psuzn/multiplatform-paths/actions/workflows/ci.yml/badge.svg)](https://github.com/psuzn/multiplatform-paths/actions/workflows/ci.yml)

[![kotlin](https://img.shields.io/badge/kotlin-1.9.23-blue?logo=kotlin)](http://kotlinlang.org)
Expand Down Expand Up @@ -42,7 +42,7 @@ repositories {
}

dependencies {
implementation("me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.1")
implementation("me.sujanpoudel.multiplatform.utils:multiplatform-paths:0.2.2")
}
```

Expand Down Expand Up @@ -113,7 +113,7 @@ repositories {
}

dependencies {
implementation("me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.1")
implementation("me.sujanpoudel.multiplatform.utils:platform-identifier:0.2.2")
}
```

Expand Down Expand Up @@ -177,7 +177,7 @@ repositories {
}

dependencies {
implementation("me.sujanpoudel.multiplatform.utils:context-provider:0.2.1")
implementation("me.sujanpoudel.multiplatform.utils:context-provider:0.2.2")
}
```

Expand Down

0 comments on commit be42a4b

Please sign in to comment.