diff --git a/doc/tsuquyomi.jax b/doc/tsuquyomi.jax index 6ce8c58..c3251f7 100644 --- a/doc/tsuquyomi.jax +++ b/doc/tsuquyomi.jax @@ -1,6 +1,6 @@ *tsuquyomi* はTypeScript向けのVim plugin です. -Version: 0.5.0 +Version: 0.5.1 Author : Quramy License: MIT license {{{ Permission is hereby granted, free of charge, to any person obtaining diff --git a/doc/tsuquyomi.txt b/doc/tsuquyomi.txt index dc4da01..b572bb1 100644 --- a/doc/tsuquyomi.txt +++ b/doc/tsuquyomi.txt @@ -1,6 +1,6 @@ *tsuquyomi* is a Vim plugin for TypeScript. -Version: 0.5.0 +Version: 0.5.1 Author : Quramy License: MIT license {{{ Permission is hereby granted, free of charge, to any person obtaining diff --git a/package.json b/package.json index 24de2a8..60fca43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsuquyomi", - "version": "0.5.0", + "version": "0.5.1", "description": "Vim plugin for typescript", "directories": { "test": "vest"