Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp committed Jun 15, 2024
1 parent f61d894 commit 04443d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.{
.name = "me",
.version = "0.1.3",
.version = "0.1.4",
.paths = .{""},
}
4 changes: 2 additions & 2 deletions me.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.1.3",
"version": "0.1.4",
"homepage": "https://github.com/ryuapp/me",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ryuapp/me/releases/download/v0.1.3/me-x86_64-pc-windows-msvc.zip",
"url": "https://github.com/ryuapp/me/releases/download/v0.1.4/me-x86_64-pc-windows-msvc.zip",
"hash": "24980003219b32007776250db808dfd00cecc96081611e658eaf81e83c985dec"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const debug = std.debug;
const process = std.process;

const NAME = "me";
const VERSION = "0.1.3";
const VERSION = "0.1.4";
const USAGE = "Usage: " ++ NAME ++ " [OPTION]... [FILE]...";
const DESCRIPTION = "Print FILE(s) to standard output.";
const INFO = NAME ++ ": try \'me --help\' for more information";
Expand Down

0 comments on commit 04443d2

Please sign in to comment.