Skip to content

Commit

Permalink
Updated Version and Build Number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitscoper committed Jun 27, 2024
1 parent d0bf692 commit 42d6f62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Linux_Extras/AUR/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = bitscoper-cyber-toolbox-bin
pkgdesc = A Flutter application consisting of TCP Port Scanner, Route Tracer, Pinger, File Hash Calculator, String Encoder, Series URI Crawler, DNS Record Retriever, and WHOIS Retriever.
pkgver = 8.0.4
pkgrel = 4
pkgver = 8.0.6
pkgrel = 1
url = https://github.com/bitscoper/Bitscoper_Cyber_ToolBox/
arch = x86_64
license = GPL3
Expand Down
4 changes: 2 additions & 2 deletions Linux_Extras/AUR/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ options=(!debug)
source=("https://github.com/bitscoper/Bitscoper_Cyber_ToolBox/releases/latest/download/Linux_x64_Executable.zip")
sha256sums=("SKIP")
arch=("x86_64")
pkgver=8.0.4
pkgrel=4
pkgver=8.0.6
pkgrel=1

package() {
install -dm755 "$pkgdir/opt/Bitscoper_Cyber_ToolBox/"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: bitscoper_cyber_toolbox
description: Bitscoper Cyber ToolBox
publish_to: none
version: 8.0.5+13
version: 8.0.6+14

environment:
sdk: ">=3.3.1 <4.0.0"
Expand Down Expand Up @@ -88,5 +88,5 @@ msix_config:
build_windows: true
windows_build_args: --release --obfuscate --split-debug-info=./build/Debug_Symbols/Windows/
debug: false
msix_version: 8.0.5.0
msix_version: 8.0.6.0
output_name: Bitscoper_Cyber_ToolBox

0 comments on commit 42d6f62

Please sign in to comment.