Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwu committed Jun 8, 2014
1 parent 90ddaf5 commit e7d84b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
- Fix [Issue #44](https://github.com/exvim/main/issues/44): Error message is thrown when `:Update` and excluded folder is missing
- Fix [Issue #48](https://github.com/exvim/main/issues/48): Terminal Vim `<esc>`, `<F4>` key mappings lead to several problem.
- Fix [Issue #51](https://github.com/exvim/main/issues/51): Ubuntu Terminal solarized not working correctly.
- Fix ex-project tree line `|` be italic for some fonts.
2 changes: 1 addition & 1 deletion dist/package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export version="v0.2.0"
export version="v0.3.0"
export ORIGINAL_PATH=`pwd`

if [ ! -d "~/exvim/build/" ]; then
Expand Down

0 comments on commit e7d84b4

Please sign in to comment.