Skip to content

Commit

Permalink
update packages to version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-zip committed Nov 27, 2023
1 parent cfca9aa commit e2023f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maid_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "GPL-v3"
description = "Maid Runner is a versatile task automation software designed to serve as the foundation for various cyber security modules."
readme = "../README.md"
homepage = "https://github.com/th3Maid/MaidRunner"
version = "0.12.2"
version = "0.13.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion maid_visual/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maid_visual",
"private": true,
"version": "0.0.0",
"version": "0.13.0",
"type": "module",
"scripts": {
"tauri": "tauri"
Expand Down
2 changes: 1 addition & 1 deletion maid_visual/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maid_visual"
version = "0.12.2"
version = "0.13.0"
description = " Maid Runner is a versatile task automation software designed to serve as the foundation for various cyber security modules. It provides capabilities for tasks such as forensic research, OSINT (Open Source Intelligence), scanning, backup and copying, intrusion testing of applications and APIs, and more."
authors = ["th3Maid"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maid-runner
base: core22
version: '0.12.1'
version: '0.13.0'
summary: Maid Runner is a companion for cyber security tasks.
description: |
Maid Runner is a versatile task automation software designed to serve as the foundation for various cyber security modules. It provides capabilities for tasks such as forensic research, OSINT (Open Source Intelligence), scanning, backup and copying, intrusion testing of applications and APIs, and more.
Expand Down

0 comments on commit e2023f3

Please sign in to comment.