Update version

This commit is contained in:
Lakindu Akash 2021-01-18 02:33:54 +05:30
parent c69bbeab5a
commit faf997f1b8
No known key found for this signature in database
GPG Key ID: 87D9889F7A634A38
2 changed files with 3 additions and 32 deletions

5
debian/changelog vendored
View File

@ -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 <snhardin@users.noreply.github.com> Wed, 21 Oct 2020 19:21:49 -0700

View File

@ -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