Skip to content

Commit

Permalink
Update project version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zeebok committed Apr 28, 2020
1 parent 351b93e commit cc4a120
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@
Keep your notes and website logins secure in an easy to manage collection. It is ready to go when you're logged in, and securely encrypted when you're not.

### Features
- Fast search
- Sort by name or date added
- Access to logins saved in Epiphany
* Fast search
* Sort by name or date added
* Access to logins saved in Epiphany

## Developing and Building

You'll need the following dependencies:
* meson
* libgranite-dev
* libsecret-1-dev
* libvala-0.34-dev (or higher)
* valac

Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
Expand Down
9 changes: 9 additions & 0 deletions data/com.github.skarva.lockbox.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
<url type="bugtracker">https://github.com/skarva/lockbox/issues</url>

<releases>
<release version="1.2" date="2020-04-28">
<description>
<p>New coat of paint</p>
<ul>
<li>New icon thanks to Fatih</li>
<li>Additional back-end updates thanks to Ryo</li>
</ul>
</description>
</release>
<release version="1.1" date="2020-02-02">
<description>
<p>Quality of life patches!</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.skarva.lockbox', 'vala', 'c', meson_version: '>= 0.43', version: '1.1.1')
project('com.github.skarva.lockbox', 'vala', 'c', meson_version: '>= 0.43', version: '1.2')

i18n = import('i18n')

Expand Down

0 comments on commit cc4a120

Please sign in to comment.