Skip to content

Commit cc4a120

Browse files
committed
Update project version number
1 parent 351b93e commit cc4a120

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@
1515
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.
1616

1717
### Features
18-
- Fast search
19-
- Sort by name or date added
20-
- Access to logins saved in Epiphany
18+
* Fast search
19+
* Sort by name or date added
20+
* Access to logins saved in Epiphany
2121

2222
## Developing and Building
2323

2424
You'll need the following dependencies:
2525
* meson
2626
* libgranite-dev
2727
* libsecret-1-dev
28-
* libvala-0.34-dev (or higher)
2928
* valac
3029

3130
Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build

data/com.github.skarva.lockbox.appdata.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@
4646
<url type="bugtracker">https://github.com/skarva/lockbox/issues</url>
4747

4848
<releases>
49+
<release version="1.2" date="2020-04-28">
50+
<description>
51+
<p>New coat of paint</p>
52+
<ul>
53+
<li>New icon thanks to Fatih</li>
54+
<li>Additional back-end updates thanks to Ryo</li>
55+
</ul>
56+
</description>
57+
</release>
4958
<release version="1.1" date="2020-02-02">
5059
<description>
5160
<p>Quality of life patches!</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.skarva.lockbox', 'vala', 'c', meson_version: '>= 0.43', version: '1.1.1')
1+
project('com.github.skarva.lockbox', 'vala', 'c', meson_version: '>= 0.43', version: '1.2')
22

33
i18n = import('i18n')
44

0 commit comments

Comments
 (0)