Skip to content

Commit

Permalink
Merge pull request #126 from mimmi20/issue-125
Browse files Browse the repository at this point in the history
[2.x] update cache version
  • Loading branch information
asgrim committed Nov 24, 2015
2 parents 22c03e5 + 755893d commit f17a326
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/phpbrowscap/Browscap.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class Browscap
/**
* Current version of the class.
*/
const VERSION = '2.0.5';
const VERSION = '2.1.1';

const CACHE_FILE_VERSION = '2.0.5';
const CACHE_FILE_VERSION = '2.1.0';

/**
* Different ways to access remote and local files.
Expand Down
2 changes: 1 addition & 1 deletion tests/data/buildCache/1.expected.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$source_version='6000';
$cache_version='2.0.5';
$cache_version='2.1.0';
$properties=array(
'browser_name',
'browser_name_regex',
Expand Down
2 changes: 1 addition & 1 deletion tests/data/buildCache/2.expected.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$source_version='6000';
$cache_version='2.0.5';
$cache_version='2.1.0';
$properties=array(
'browser_name',
'browser_name_regex',
Expand Down

0 comments on commit f17a326

Please sign in to comment.