diff --git a/data/com.github.elfenware.badger.appdata.xml.in b/data/com.github.elfenware.badger.appdata.xml.in index d2f74b9..21f9561 100644 --- a/data/com.github.elfenware.badger.appdata.xml.in +++ b/data/com.github.elfenware.badger.appdata.xml.in @@ -24,6 +24,13 @@

Stay healthy.

+ + +
    +
  • Add: Portuguese (Portugal) translation (@rottenpants466)
  • +
+
+
    diff --git a/debian/changelog b/debian/changelog index e9772e8..3ef86ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.elfenware.badger (3.3.0) bionic; urgency=medium + + * Add: Portuguese (Portugal) translation (@rottenpants466) + + -- Darshak Parikh Tue, 25 Aug 2020 20:18:12 +0530 + com.github.elfenware.badger (3.2.0) bionic; urgency=medium * Add: Spanish translation (@fitojb) diff --git a/meson.build b/meson.build index 8c1dda1..94a7708 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ # project name and programming language -project('com.github.elfenware.badger', 'vala', 'c', version: '3.2.0') +project('com.github.elfenware.badger', 'vala', 'c', version: '3.3.0') message('project name and programming language')