Skip to content

Commit e9eada3

Browse files
committed
Added CHANGELOG.md
1 parent f785236 commit e9eada3

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 0.1.3 (13/03/2020)
4+
5+
#### Enhancements:
6+
7+
- Added CHANGELOG.md.
8+
9+
---
10+
11+
## 0.1.2 (06/03/2020)
12+
13+
#### Enhancements:
14+
15+
- Changed GroupId.
16+
17+
---
18+
19+
## 0.1.0 (29/02/2020)
20+
21+
#### Enhancements:
22+
23+
- Changed nextPage method signature. Updated dependencies version.
24+
25+
---
26+
27+
## 0.0.1 (10/02/2020)
28+
29+
#### Enhancements:
30+
31+
- Android TextView with text pagination.

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
bintrayName = 'pagedtextview'
88
artifact = 'pagedtextview'
99
libraryName = 'PagedTextView'
10-
libraryVersion = '0.1.2'
10+
libraryVersion = '0.1.3'
1111
libraryGroupId = 'com.github.onikx'
1212
libraryDescription = 'Android TextView with pagination'
1313
siteUrl = 'https://github.com/onikx/PagedTextView'

0 commit comments

Comments
 (0)