Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazakago committed Dec 22, 2022
1 parent a8183f0 commit ceaa907
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![Test](https://github.com/kazakago/swr-compose/workflows/Test/badge.svg)](https://github.com/kazakago/swr-compose/actions?query=workflow%3ATest)
[![License](https://img.shields.io/github/license/kazakago/swr-compose.svg)](LICENSE)

**このライブラリはまだ開発中です。**

[React SWR](https://swr.vercel.app)[Jetpack Compose](https://developer.android.com/jetpack/compose) 向けに移植したクローンライブラリです。
現在はAndroid上でのみ動作します。

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![Test](https://github.com/kazakago/swr-compose/workflows/Test/badge.svg)](https://github.com/kazakago/swr-compose/actions?query=workflow%3ATest)
[![License](https://img.shields.io/github/license/kazakago/swr-compose.svg)](LICENSE)

**This library is under development yet.**

This is a clone library of [React SWR](https://swr.vercel.app) ported for [Jetpack Compose](https://developer.android.com/jetpack/compose).
Currently works only on Android.

Expand Down
2 changes: 1 addition & 1 deletion swr/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "com.kazakago.swr.compose"
artifactId = "swr-android"
version = "0.3.1"
version = "0.4.0"
pom {
name.set("swr-compose")
description.set("\"React SWR\" ported for Jetpack Compose")
Expand Down

0 comments on commit ceaa907

Please sign in to comment.