Skip to content

Commit 9fc5dfa

Browse files
committed
Version bump to 1.1.1
1 parent 789af73 commit 9fc5dfa

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

data/com.github.subhadeepjasu.pebbles.appdata.xml.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,22 @@
9393
<content_attribute id="money-gambling">none</content_attribute>
9494
</content_rating>
9595
<releases>
96+
<release date="2021-05-13" version="1.1.1">
97+
<description>
98+
<p>New:</p>
99+
<ul>
100+
<li>[Core] Insert result in history from any mode to any mode</li>
101+
</ul>
102+
<p>Improved:</p>
103+
<ul>
104+
<li>[Core] Persist History across invocations</li>
105+
</ul>
106+
<p>Fixed:</p>
107+
<ul>
108+
<li>[Programmer] Better binary formatting</li>
109+
</ul>
110+
</description>
111+
</release>
96112
<release date="2021-04-09" version="1.1.0">
97113
<description>
98114
<p>New:</p>

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
com.github.subhadeepjasu.pebbles (1.1.1) bionic; urgency=low
2+
3+
[NEW]
4+
* Insert result in history from any mode to any mode
5+
[FIXED]
6+
* Better binary formatting
7+
[IMPROVED]
8+
* Persist History across invocations
9+
10+
-- Subhadeep Jasu <[email protected]> Thu, 13 May 2021 11:03:25 +0530
11+
112
com.github.subhadeepjasu.pebbles (1.1.0) bionic; urgency=medium
213

314
[NEW]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project (
33
'com.github.subhadeepjasu.pebbles',
44
'vala', 'c',
5-
version: '1.1.0',
5+
version: '1.1.1',
66
)
77

88
# GNOME module

0 commit comments

Comments
 (0)