Skip to content

Commit

Permalink
bumped version to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwstegemann committed Apr 22, 2020
1 parent 6894dc4 commit 8bd77fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
**/.idea/
**/gradle/
**/src/generated/
GeneratedOptics.kt
GeneratedOptics.kt
/api/dokka/fritz2/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Examples](https://img.shields.io/badge/examples-showcase-yellow)](https://jamowei.github.io/fritz2-examples/)
[![Dokka](https://img.shields.io/badge/API-dokka-green)](https://jwstegemann.github.io/fritz2/dokka/fritz2/)
[![Wiki](https://img.shields.io/badge/docs-wiki-blue)](https://github.com/jwstegemann/fritz2/wiki)
[![Download](https://api.bintray.com/packages/jwstegemann/fritz2/fritz2-core/images/download.svg?version=0.2)](https://bintray.com/jwstegemann/fritz2/fritz2-core/0.2/link)
[![Download](https://api.bintray.com/packages/jwstegemann/fritz2/fritz2-core/images/download.svg?version=0.3)](https://bintray.com/jwstegemann/fritz2/fritz2-core/0.3/link)

fritz2 is a proof of concept for an ***extremely lightweight*** well-performing independent library for client-side ui in ***Kotlin*** heavily depending on coroutines and flows.

Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions api/dokka/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
theme: jekyll-theme-minimal
title: fritz2 - api
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {

subprojects {
group = "io.fritz2"
version = "0.2"
version = "0.3"

repositories {
mavenLocal()
Expand Down

0 comments on commit 8bd77fb

Please sign in to comment.