vim: bump version to 1.2
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index 36975e306dc5f26d1462f67e2b5104a3a571024f..e8ed73ce65cd1e34c821d5b41eb5a258df124615 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -5,7 +5,7 @@ use warnings;
 no  warnings 'qw';  # you know what you doing
 no  warnings 'uninitialized';  # save some useless checks for more legible code
 
-our $VERSION = '1.1';
+our $VERSION = '1.2';
 
 our $ascii = 0;
 if (exists $get{ascii}) {