mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Updates version to 0.22-dev.
This commit is contained in:
parent
bdb8c3f099
commit
b506405a2c
2 changed files with 6 additions and 1 deletions
|
@ -43,6 +43,11 @@ Run `makejs -t` to list all possible targets.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### v0.22 - *2012-??-??*
|
||||||
|
|
||||||
|
*
|
||||||
|
|
||||||
|
|
||||||
### v0.21 - *2012-08-06*
|
### v0.21 - *2012-08-06*
|
||||||
|
|
||||||
* fixes misaligned image previews
|
* fixes misaligned image previews
|
||||||
|
|
|
@ -6,7 +6,7 @@ var path = require('path'),
|
||||||
child_process = require('child_process');
|
child_process = require('child_process');
|
||||||
|
|
||||||
|
|
||||||
var version = '0.21',
|
var version = '0.22-dev-1',
|
||||||
|
|
||||||
root = path.resolve(__dirname),
|
root = path.resolve(__dirname),
|
||||||
src = path.join(root, 'src'),
|
src = path.join(root, 'src'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue