Skip to content

Commit

Permalink
🔖 Fix: Hotfix v0.9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
comstering committed Nov 10, 2021
2 parents 8cc0fea + 3ed20ce commit 4361955
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Documentation/RelNotes/0.9.0.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NetBlock v0.9.0.1 Release Notes
========================

This release NetBlock program v.0.9.0.1

Bug Fix:
Don't edit Policy Table Widget
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ visit the website: [WiFi Event](http://wifievent.io)
- C++ 11

### Lastest Version
- v0.9.0.0
- v0.9.0.1
3 changes: 3 additions & 0 deletions app/netblock/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
<height>0</height>
</size>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="rowCount">
<number>24</number>
</property>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"v0.9.0.0"
"v0.9.0.1"

0 comments on commit 4361955

Please sign in to comment.