Skip to content

Commit f05a919

Browse files
committed
Release v0.1.0
1 parent 19e5043 commit f05a919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pinner',
33
['c'],
4-
version: '0.1.0.999',
4+
version: '0.1.0',
55
meson_version : '>= 0.50.0',
66
default_options: [
77
'warning_level=2',

pinner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ geany_load_module(GeanyPlugin* plugin)
336336
{
337337
plugin->info->name = "Pinner";
338338
plugin->info->description = "Pin a document";
339-
plugin->info->version = "0.1.0.999";
339+
plugin->info->version = "0.1.0";
340340
plugin->info->author = "Andy Alt <arch_stanton5995@proton.me>";
341341

342342
plugin->funcs->init = pin_init;

0 commit comments

Comments
 (0)