Skip to content

Commit cfe87b1

Browse files
committed
Release 0.5.1
1 parent 5b14223 commit cfe87b1

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.1 alpha' );
10+
define( 'DATA_VALUES_JAVASCRIPT_VERSION', '0.5.1' );
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.1 (dev)
18+
### 0.5.1 (2014-06-04)
1919

2020
#### Bugfixes
2121

0 commit comments

Comments
 (0)