We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14223 commit cfe87b1Copy full SHA for cfe87b1
DataValuesJavascript.php
@@ -7,7 +7,7 @@
7
return 1;
8
}
9
10
-define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.1 alpha' );
+define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.1' );
11
12
// Include the composer autoloader if it is present.
13
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
README.md
@@ -15,7 +15,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
15
16
## Release notes
17
18
-### 0.5.1 (dev)
+### 0.5.1 (2014-06-04)
19
20
#### Bugfixes
21
0 commit comments