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

Commit a1c3e60

Browse files
committed
Version 1.0 Release Candidate
1 parent 591a16e commit a1c3e60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/Time.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ private function formatAsString(array $duration){
6868
private function getDurationString(int $t) : string {
6969
foreach(explode(self::DELIMITER, $this->timeformat) as $format){
7070
$v = $this->formatTime($t, $format);
71-
//print_r($v);
7271
if( array_sum($v) > 0 ){
7372
return $this->formatAsString($v);
7473
}

core/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
class Utilities {
66

7-
const VERSION = 'v0.9.11 beta';
7+
const VERSION = 'v1.0.0 rc';
88

99
/**
1010
* OS Consts

0 commit comments

Comments
 (0)