diff --git a/Cargo.toml b/Cargo.toml index f000977..8fc522b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs" homepage = "https://github.com/davidcole1340/ext-php-rs" license = "MIT" keywords = ["php", "ffi", "zend"] -version = "0.0.2" +version = "0.0.3" authors = ["David Cole "] edition = "2018" categories = ["api-bindings"] diff --git a/ext-php-rs-derive/Cargo.toml b/ext-php-rs-derive/Cargo.toml index 3b7d353..27e9a79 100644 --- a/ext-php-rs-derive/Cargo.toml +++ b/ext-php-rs-derive/Cargo.toml @@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs." repository = "https://github.com/davidcole1340/ext-php-rs" homepage = "https://github.com/davidcole1340/ext-php-rs" license = "MIT" -version = "0.0.2" +version = "0.0.3" authors = ["David Cole "] edition = "2018"