Skip to content

Commit d801a8f

Browse files
committed
Version bump
1 parent 3dbbe51 commit d801a8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "intecture-api"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
authors = [ "Peter Hayes <peter.hayes@betweenlines.co.uk>" ]
66
license = "MPL-2.0"
77
description = "API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool."

bindings/c/inapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* @file inapi.h
1313
* @author see AUTHORS
14-
* @version 0.1.0
14+
* @version 0.2.1
1515
* @brief C headers for Intecture API
1616
*
1717
* Intecture API allows C programs to consume its library by exposing

bindings/php/php_inapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define PHP_INAPI_H
1313

1414
#define PHP_INAPI_EXTNAME "inapi"
15-
#define PHP_INAPI_EXTVER "0.1.0"
15+
#define PHP_INAPI_EXTVER "0.2.1"
1616

1717
#ifdef HAVE_CONFIG_H
1818
#include "config.h"

bindings/php/stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Intecture API - PHP binding stubs
44
*
55
* @author Between Lines <info@betweenlines.co.uk>
6-
* @version 0.1.0
6+
* @version 0.2.1
77
*/
88

99
namespace Intecture;

0 commit comments

Comments
 (0)