Skip to content

Commit cb172c7

Browse files
committedNov 14, 2024·
Bump version and update change log
1 parent e1db1a3 commit cb172c7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Please see the github repository for a complete list of changes: https://github.com/simonpoole/OpeningHoursFragment/commits/master
22

3+
0.14.0:
4+
5+
- Improve messaging when updating template
6+
- Improve behaviour when entering/correcting OH text directly
7+
- Fix CI
8+
- Display a message if the user didn't select a file
9+
- Update translations
10+
311
0.13.5:
412
- Migrate to hard fork of NumberPickerView
513

‎lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'signing'
2222
apply plugin: "jacoco"
2323
apply plugin: "com.github.breadmoirai.github-release"
2424

25-
version = '0.13.5'
25+
version = '0.14.0'
2626
def libName = "OpeningHoursFragment"
2727

2828
task updateTranslations(type: Exec) {

0 commit comments

Comments
 (0)
Please sign in to comment.