lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.04k stars 282 forks source link

version number need update #333

Closed History-exe closed 6 months ago

History-exe commented 11 months ago

Describe the bug In zip file and source code the latest version 4.5.0, the number is still 4.4.0

To Reproduce Steps to reproduce the behavior: In the file /src/ui/glade/about.glade see the source code:

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.2 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <object class="GtkAboutDialog" id="about_dialog">
    <property name="can_focus">False</property>
    <property name="window_position">center-on-parent</property>
    <property name="destroy_with_parent">True</property>
    <property name="type_hint">dialog</property>
    <property name="gravity">center</property>
    <property name="program_name">Linux Wifi Hotspot</property>
    <property name="version">4.4.0</property>
    <property name="copyright" translatable="yes">(c) lakinduakash 2021</property>
    <property name="comments" translatable="yes">For more info visit
lakinduakash commented 6 months ago

Fixed in new version - 4.7.1