mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 06:46:42 +02:00
Updates version to 0.21.
This commit is contained in:
@@ -43,7 +43,7 @@ Run `makejs -t` to list all possible targets.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### v0.21 - *2012-08-??*
|
### v0.21 - *2012-08-06*
|
||||||
|
|
||||||
* fixes misaligned image previews
|
* fixes misaligned image previews
|
||||||
* adds no JavaScript fallback to PHP version
|
* adds no JavaScript fallback to PHP version
|
||||||
|
@@ -6,7 +6,7 @@ var path = require('path'),
|
|||||||
child_process = require('child_process');
|
child_process = require('child_process');
|
||||||
|
|
||||||
|
|
||||||
var version = '0.21-dev-46',
|
var version = '0.21',
|
||||||
|
|
||||||
root = path.resolve(__dirname),
|
root = path.resolve(__dirname),
|
||||||
src = path.join(root, 'src'),
|
src = path.join(root, 'src'),
|
||||||
|
Reference in New Issue
Block a user