Skip to content

Commit

Permalink
This is 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jun 9, 2018
1 parent 896167e commit 641d294
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "genact"
description = "A nonsense activity generator"
version = "0.5.0"
version = "0.6.0"
repository = "https://github.com/svenstaro/genact"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ or (on Docker)

The help:

genact 0.5.0
genact 0.6.0
Sven-Hendrik Haase <svenstaro@gmail.com>
A nonsense activity generator

Expand All @@ -82,8 +82,8 @@ The help:

OPTIONS:
-e, --exitafter <EXITAFTER> Exit after running for this long (format example: 2h10min)
-m, --modules <MODULE>... Run only these modules [values: bootlog, cargo, cc, composer, cryptomining, simcity,
download, memdump, kernel_compile, weblog]
-m, --modules <MODULE>... Run only these modules [values: bootlog, botnet, cargo, cc, composer,
cryptomining, simcity, download, memdump, kernel_compile, weblog]

In the web version, you can run specific modules by providing them as `?module`
parameters like this: https://svenstaro.github.io/genact?module=cc&module=memdump
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: genact
version: '0.5.0~git'
version: '0.6.0~git'
summary: a nonsense activity generator
description: |
Pretend to be busy or waiting for your computer when you should
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<head>
<title>genact 0.5.0</title>
<title>genact 0.6.0</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" name="viewport" />
Expand Down

0 comments on commit 641d294

Please sign in to comment.