Skip to content

Commit f3e39bf

Browse files
committed
Bump to version 0.5
1 parent 6f4ca5c commit f3e39bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataValuesJavascript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return 1;
88
}
99

10-
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.0 alpha' );
10+
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.0' );
1111

1212
// Include the composer autoloader if it is present.
1313
if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
1515

1616
## Release notes
1717

18-
### 0.5.0 (dev)
18+
### 0.5.0 (2014-03-28)
1919

2020
#### Breaking changes
2121

0 commit comments

Comments
 (0)