Skip to content

Commit ca86e64

Browse files
committed
Updated version and changelog
1 parent a7fe9da commit ca86e64

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717

18-
VERSION_NAME=5.4.3
19-
VERSION_CODE=238
18+
VERSION_NAME=5.4.4
19+
VERSION_CODE=239
2020
PACKAGE=it.feio.android.omninotes
2121

2222
MIN_SDK=16

omniNotes/src/main/res/raw/changelog.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
-->
1818
<changelog bulletedList="true">
1919

20+
<changelogversion versionName="5.4.4" changeDate="Mar 02, 2018">
21+
<changelogtext>[i]Improved![/i] Updated translations</changelogtext>
22+
<changelogtext>[i]Improved![/i] Added full description and screenshots for F-Droid users</changelogtext>
23+
<changelogtext>[u]Fix[/u] When screen is rotated password will be asked no more after first time now</changelogtext>
24+
</changelogversion>
25+
2026
<changelogversion versionName="5.4.3" changeDate="Jan 29, 2018">
2127
<changelogtext>[b]New![/b] Added Basque language</changelogtext>
2228
<changelogtext>[i]Improved![/i] Updated translations</changelogtext>

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
sonar.projectKey=omni-notes
1919
sonar.projectName=Omni Notes
20-
sonar.projectVersion=5.4.3
20+
sonar.projectVersion=5.4.4
2121

2222
sonar.sources=omniNotes/src/main/java
2323
sonar.language=java

0 commit comments

Comments
 (0)