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

Commit

Permalink
Version 1.0 Release Candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Sep 17, 2020
1 parent 591a16e commit a1c3e60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/Time.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ private function formatAsString(array $duration){
private function getDurationString(int $t) : string {
foreach(explode(self::DELIMITER, $this->timeformat) as $format){
$v = $this->formatTime($t, $format);
//print_r($v);
if( array_sum($v) > 0 ){
return $this->formatAsString($v);
}
Expand Down
2 changes: 1 addition & 1 deletion core/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
class Utilities {

const VERSION = 'v0.9.11 beta';
const VERSION = 'v1.0.0 rc';

/**
* OS Consts
Expand Down

0 comments on commit a1c3e60

Please sign in to comment.