Skip to content

Commit 62f7acb

Browse files
committed
v2.0
First release
1 parent 1459539 commit 62f7acb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

appdata/org.parlatype.LibreOfficeExtension.metainfo.xml.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<url type="translate">https://translations.launchpad.net/parlatype-libreoffice-extension</url>
1212
<url type="donation">https://www.parlatype.org/donate.html</url>
1313

14+
<releases>
15+
<release version="2.0" date="2020-03-19"></release>
16+
</releases>
17+
1418
<metadata_license>CC-BY-SA-4.0</metadata_license>
1519
<project_license>GPL-3.0+</project_license>
1620
<update_contact>gabor.karsay@gmx.at</update_contact>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('parlatype-libreoffice-extension',
2-
version: '1.6.2',
2+
version: '2.0',
33
#meson_version: '>= 0.47.2', # oldest working tested version
44
license: 'GPL3+',
55
)

0 commit comments

Comments
 (0)