From 1a96d5f2dcbea492920f5de35a5f67cec589670a Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Mon, 25 Sep 2023 22:31:47 -0400 Subject: [PATCH] Bump to version 1.0.0 Also edit very minor wording in the readme --- README.md | 4 ++-- meson.build | 2 +- src/main.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da1b127..992b46d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 5. **Manage Remotes:** 📦 Installed and enabled Flatpak remotes can be deleted, and new remotes can be added. -![Alt text](screenshots.png) +![Various screenshots of Warehouse's abilities](screenshots.png) ## 💬 Get in Contact - We have a [Discord Server](https://discord.gg/HVPF9Yg6) and a [Matrix Room](https://matrix.to/#/!SxRiApuHYRpJNgqxso:matrix.org) to discuss and send announcements in! @@ -29,7 +29,7 @@ ## 📦 Dependencies: To use Warehouse effectively, ensure the following dependencies are installed on your system: - GIO -- GNOME Runtime and SDK version 45 as a Flatpak +- GNOME Flatpak Runtime and SDK version 45 ## 🛠️ Installation Steps: 1. Make sure you have the above dependencies installed. diff --git a/meson.build b/meson.build index fce6db8..101d6bd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '0.7.0', + version: '1.0.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 2b2e446..04194f9 100644 --- a/src/main.py +++ b/src/main.py @@ -92,7 +92,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="0.7.0", + version="1.0.0", developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "eryn https://github.com/hericiumvevo"], copyright='© 2023 The Files Authors',