Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Björn Daase
Journable
Commits
9d200b3b
Commit
9d200b3b
authored
Apr 06, 2020
by
Björn Daase
Browse files
release(*): bump version to 0.1.1
parent
f66f1bf0
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/net.daase.journable.appdata.xml.in
View file @
9d200b3b
...
...
@@ -21,6 +21,16 @@
<url
type=
"bugtracker"
>
https://gitlab.gnome.org/BjoernDaase/journable/issues
</url>
<update_contact>
bjoern@daase.net
</update_contact>
<releases>
<release
version=
"0.1.1"
date=
"2020-04-06"
>
<description>
<ul>
<li>
Correct 0.1.0 release notes
</li>
<li>
Fix warnings when starting Journable
</li>
<li>
Add shortcuts to close Journable
</li>
<li>
Update docs and build instructions
</li>
</ul>
</description>
</release>
<release
version=
"0.1.0"
date=
"2020-04-01"
>
<description>
<ul>
...
...
meson.build
View file @
9d200b3b
project('journable',
version: '0.1.
0
',
version: '0.1.
1
',
meson_version: '>= 0.50.0',
license: 'GPL3'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment