Skip to content

Commit 21d2dd9

Browse files
committed
Bump version to 0.2.5 release.
1 parent 2fd6e18 commit 21d2dd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords":["php","google","gsf", "google safe browsing"],
55
"type":"library",
66
"license":"BSD-3-Clause",
7-
"version": "0.2.4",
7+
"version": "0.2.5",
88
"authors":[
99
{
1010
"name":"Sam Cleaver",

phpgsb.class.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?php
22
/*
33
phpGSB - PHP Google Safe Browsing Implementation
4-
Version 0.2.4
4+
Version 0.2.5
55
Released under New BSD License (see LICENSE)
6-
Copyright (c) 2010-2012, Sam Cleaver (Beaver6813, Beaver6813.com)
6+
Copyright (c) 2010-2014, Sam Cleaver (Beaver6813, Beaver6813.com)
77
All rights reserved.
88
*/
99
class phpGSB
1010
{
1111
var $apikey = "";
1212
var $version = "0.2";
13-
var $realversion= "0.2.4";
13+
var $realversion= "0.2.5";
1414
//DO NOT CHANGE API VERSION
1515
var $apiversion = "2.2";
1616

0 commit comments

Comments
 (0)