Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
landarskiy committed Dec 20, 2022
1 parent a992e54 commit fb86581
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

## Version 0.0.4

_2022-12-20_

* **API Change**: GridPad DSL is limited to a Kotlin context receiver
* **Fix**: size distribution algorithm
* test coverage improvement

## Version 0.0.3

_2022-12-09_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add the dependency below to your **module's** `build.gradle` file:

```groovy
dependencies {
implementation "com.touchlane:gridpad:0.0.3"
implementation "com.touchlane:gridpad:0.0.4"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gridpad/artifact.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Artifact related properties
groupId=com.touchlane
artifactId=gridpad
version=0.0.3
version=0.0.4
publicationName=gridpad
pomDescription=Jetpack Compose layout
pomUrl=https://github.com/touchlane/gridpad-android
Expand Down

0 comments on commit fb86581

Please sign in to comment.