Skip to content

Commit

Permalink
chore(version): upgrade to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanjoSalvador committed Jun 2, 2023
1 parent 1a8a059 commit 8a637ea
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
1.0.0
20 changes: 17 additions & 3 deletions man/dog.1
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.TH "DOG" "1" "October 2021" "dog 0.0.4" ""
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "DOG" "1" "October 2021" "dog 1.0.0" ""
.hy
.SH NAME
.PP
dog \- your personal dog
dog - your personal dog
.SH SYNOPSIS
.PP
\f[B]dog\f[R] [-v] [--version] [-h] [--help] [-l] [--length <LENGTH>]
Expand Down Expand Up @@ -44,7 +58,7 @@ best to wrap it with quotes (\[rq] or \[cq])
.IP
.nf
\f[C]
**dog** --message \[dq]Hello World!\[dq]
dog --message \[dq]Hello World!\[dq]
\f[R]
.fi
.TP
Expand Down
2 changes: 1 addition & 1 deletion man/man.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% DOG(1) dog 0.0.4
% DOG(1) dog 1.0.0
% Juanjo Salvador
% October 2021

Expand Down
2 changes: 1 addition & 1 deletion src/functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <unistd.h>

const char* version = "0.0.4-dev";
const char* version = "1.0.0";

void render(char* bark, int finish, int length);
void renderFile(char* filepath);
Expand Down

0 comments on commit 8a637ea

Please sign in to comment.