Skip to content

Commit

Permalink
Bump the version. (#429)
Browse files Browse the repository at this point in the history
flexbox-layout has been considered as stable for a while, but from this
on, it starts to follow the semantic versioning.
  • Loading branch information
thagikura authored May 17, 2018
1 parent f781a35 commit c830f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following dependency to your `build.gradle` file:

```
dependencies {
implementation 'com.google.android:flexbox:0.3.2'
implementation 'com.google.android:flexbox:1.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion flexbox/constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ext {

mavenGroup = 'com.google.android'
mavenArtifactId = 'flexbox'
mavenVersion = '0.3.2'
mavenVersion = '1.0.0'

bintrayOrg = 'google'
}

0 comments on commit c830f33

Please sign in to comment.