Skip to content

Commit d244b04

Browse files
committedNov 6, 2019
Bump to 0.3.0.0.
1 parent d6123b6 commit d244b04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎arrayfire.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: arrayfire
2-
version: 0.2.0.0
2+
version: 0.3.0.0
33
synopsis: Haskell bindings to the ArrayFire general-purpose GPU library
44
homepage: https://github.com/arrayfire/arrayfire-haskell
55
license: BSD3

‎pkg.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}:
44
mkDerivation {
55
pname = "arrayfire";
6-
version = "0.2.0.0";
6+
version = "0.3.0.0";
77
src = ./.;
88
isLibrary = true;
99
isExecutable = true;

0 commit comments

Comments
 (0)