Skip to content

Commit a06da92

Browse files
committed
0.1.9 - new upstream release
1 parent d669aea commit a06da92

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To publish a new package version to Github, follow these steps:
3030
```
3131
MIT License
3232
33-
Copyright (c) 2020, Martin Simon
33+
Copyright (c) 2020-2021, Martin Simon
3434
3535
Permission is hereby granted, free of charge, to any person obtaining a copy
3636
of this software and associated documentation files (the "Software"), to deal

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
IMAGE="debian:buster-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="0.1.8"
7+
VERSION="0.1.9"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
berry (0.1.9-1) unstable; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Martin Simon <me@martinsimon.me> Mon, 14 Jun 2021 00:00:00 +0000
6+
17
berry (0.1.8-1) unstable; urgency=medium
28

39
* Version 0.1.8

debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright: (c) 2018 Joshua Ervin
77
License: MIT License
88

99
Files: debian/*
10-
Copyright: 2020 Martin Simon <me@martinsimon.me>
10+
Copyright: 2020-2021 Martin Simon <me@martinsimon.me>
1111
License: MIT License
1212

1313
License: MIT License

0 commit comments

Comments
 (0)