diff --git a/README.md b/README.md index 84b3465..10c4c36 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@

Vanilla Updates Utility

- [![Translation Status][weblate-image]][weblate-url] [weblate-url]: https://hosted.weblate.org/engage/vanilla-os/ diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/meson.build b/meson.build index e287fc7..0bb65e4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('updates_utility', - version: '1.0.1', + version: '1.0.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )