Skip to content

Commit

Permalink
doc: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dialex committed Dec 25, 2019
1 parent 3fecff8 commit 228d8d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/RUNBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ How to do stuff
- Copy the contents of folder `target/site/apidocs/`
- Delete the contents of folder `docs`
- Paste your clipboard inside that folder
- Run `git add .; git commit -m "doc: update to version X.Y.Z`
- Run `git add .; git commit -m "doc: update to version X.Y.Z"`

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cpInfo.println("And this printer can be used for info messages.");
//overriding format per message
cp = new ColoredPrinter.Builder(1, false)
.build();
cp.print("This example used JCDP 3.0.3 ");
cp.print("This example used JCDP 3.0.4 ");
cp.print("\tMADE ", Attribute.BOLD, FColor.YELLOW, BColor.GREEN);
cp.println("IN PORTUGAL", Attribute.BOLD, FColor.YELLOW, BColor.RED);
cp.println("I hope you find it useful ;)");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void ShouldLookGood() {
//overriding format per message
cp = new ColoredPrinter.Builder(1, false)
.build();
cp.print("This example used JCDP 3.0.3 ");
cp.print("This example used JCDP 3.0.4 ");
cp.print("\tMADE ", Attribute.BOLD, FColor.YELLOW, BColor.GREEN);
cp.println("IN PORTUGAL", Attribute.BOLD, FColor.YELLOW, BColor.RED);
cp.println("I hope you find it useful ;)");
Expand Down

0 comments on commit 228d8d8

Please sign in to comment.