Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 953f523

Browse files
committed
next version
1 parent 0713f9e commit 953f523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ClassySharkWS/src/com/google/classyshark/gui/panel/displayarea/doodles/Doodle.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
public class Doodle {
2020
public static String get() {
21-
return SanFranBG.SHARKEY;
21+
return SharkBG.SHARKEY;
2222
}
2323
}

ClassySharkWS/src/com/google/classyshark/gui/panel/displayarea/doodles/SharkBG.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ class SharkBG {
4646
+ " ii! '*YMWM, \n"
4747
+ " I' \"YM\n"
4848
+ "\n\n\n\thttp://www.retrojunkie.com/asciiart/animals/sharks.htm"
49-
+ "\n\n\n\tClassyShark ver. 6.0 powered by SilverGhost";
49+
+ "\n\n\n\tClassyShark ver. 6.1 powered by SilverGhost";
5050

5151
}

0 commit comments

Comments
 (0)