Skip to content

Commit 4aed690

Browse files
committed
Updated Version 0.5.5
1 parent 038cf0f commit 4aed690

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

inc/config.inc.sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private function __construct() {
263263
self::$CONVERSION_ENABLED = false;
264264

265265
self::$ANALYSIS_WORDS_PER_DAYS = 3000;
266-
self::$BUILD_NUMBER = '0.5.4';
266+
self::$BUILD_NUMBER = '0.5.5';
267267
self::$VOLUME_ANALYSIS_ENABLED = true;
268268
self::$SUPPORT_MAIL = 'the owner of this Matecat instance';//default string is 'the owner of this Matecat instance'
269269

inc/version.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
;#############################################
55

66
[MATECAT_VERSION]
7-
version = 0.5.4
7+
version = 0.5.5

public/js/cat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3509,7 +3509,7 @@ $(window).resize(function() {
35093509
$.extend(UI, {
35103510
init: function() {
35113511
this.initStart = new Date();
3512-
this.version = "0.5.4";
3512+
this.version = "0.5.5";
35133513
if (this.debug)
35143514
console.log('Render time: ' + (this.initStart - renderStart));
35153515
this.numContributionMatchesResults = 3;

0 commit comments

Comments
 (0)