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 6f4ca5c commit f3e39bfCopy full SHA for f3e39bf
DataValuesJavascript.php
@@ -7,7 +7,7 @@
7
return 1;
8
}
9
10
-define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.0 alpha' );
+define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.0' );
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.0 (dev)
+### 0.5.0 (2014-03-28)
19
20
#### Breaking changes
21
0 commit comments