From faf997f1b87340f5ce0b4e29a44eb265442d6e97 Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Mon, 18 Jan 2021 02:33:54 +0530 Subject: [PATCH] Update version --- debian/changelog | 5 +++-- snapcraft.yaml | 30 ------------------------------ 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 snapcraft.yaml diff --git a/debian/changelog b/debian/changelog index 6e48eff..4185294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -linux-wifi-hotspot (3.5.1) UNRELEASED; urgency=low +linux-wifi-hotspot (3.6.0) UNRELEASED; urgency=low - * Initial release. + * Fix allow space in password + * Fix variouse bugs -- Scott Hardin Wed, 21 Oct 2020 19:21:49 -0700 diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index 6a7cc55..0000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: wihotspot -version: "1.0.0-dev" -summary: wihotspot -description: | - Create wifi hotspot like in windows - -confinement: devmode -grade: stable - -apps: - wihotspot: - command: wihotspot - plugs: [home, x11, gsettings] - -parts: - wihotspot: - plugin: make - build-packages: - - g++ - - gcc - - make - - cmake - - libgtk-3-dev - - pkg-config - stage-packages: - - libgtk-3-0 - - libgdk-pixbuf2.0-0 - - libpango1.0-0 - - libglib2.0-0 - - libatk1.0-0 \ No newline at end of file