Skip to content

Commit 51f9dfd

Browse files
Piotr Zawadzkizawadz88
authored andcommitted
Release 4.0.0
1 parent a5d578c commit 51f9dfd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [4.0.0]
88
### Added
99
- `setEndButtonVisible` and `setBackButtonVisible` methods in `StepViewModel.Builder` for toggling button visibility (issue #104)
1010
- New stepper type `none` which shows no progress indicator for the steps (issue #154)
@@ -18,4 +18,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818
- **Breaking change:** Changed `setNextButtonLabel` methods in `StepViewModel.Builder` to `setEndButtonLabel` so that it works for both Next and Complete buttons (issue #107)
1919
- **Breaking change:** Split `content` stepper feedback type into `content_progress` and `content_fade`.
2020

21-
[Unreleased]: https://github.com/stepstone-tech/android-material-stepper/compare/v3.3.0...develop
21+
[4.0.0]: https://github.com/stepstone-tech/android-material-stepper/compare/v3.3.0...4.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Moreover, you can find there other examples, e.g. how to persist state on rotati
6363

6464
### Download (from JCenter)
6565
```groovy
66-
compile 'com.stepstone.stepper:material-stepper:3.3.0'
66+
compile 'com.stepstone.stepper:material-stepper:4.0.0'
6767
```
6868

6969
### Create layout in XML

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
POM_GROUP_ID=com.stepstone.stepper
2121
POM_ARTIFACT_ID=material-stepper
22-
POM_VERSION=3.3.0
22+
POM_VERSION=4.0.0

0 commit comments

Comments
 (0)