Skip to content

Commit

Permalink
Bump to 1.4.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Nov 14, 2024
1 parent 02545b3 commit cff85fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Version 1.4.0

### 1.4.0-rc02

2024-11-15

#### Bug fixes

- Fixed concurrent modification exception when some listeners remove themselves: ([#285](https://github.com/rubensousa/DpadRecyclerView/pull/285))
- Fixed child layout listener not being removed: ([#285](https://github.com/rubensousa/DpadRecyclerView/pull/285))

### 1.4.0-rc01

2024-11-11
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.rubensousa.dpadrecyclerview
VERSION_NAME=1.4.0-rc01
VERSION_NAME=1.4.0-rc02
POM_URL=https://github.com/rubensousa/dpadrecyclerview/
POM_SCM_URL=https://github.com/rubensousa/dpadrecyclerview/
POM_SCM_CONNECTION=scm:git:git://github.com/rubensousa/dpadrecyclerview.git
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ theme:

extra:
dpadrecyclerview:
version: '1.4.0-rc01'
version: '1.4.0-rc02'
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/rubensousa/DpadRecyclerView'
Expand Down

0 comments on commit cff85fe

Please sign in to comment.