Skip to content

Commit 3a0c3b9

Browse files
committed
v2.0.6 released
1 parent 35330e8 commit 3a0c3b9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

SublimeCodeIntel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"""
7070
from __future__ import print_function
7171

72-
VERSION = "2.0.5"
72+
VERSION = "2.0.6"
7373

7474
import os
7575
import re

packages.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
{
1616
"platforms": "*",
1717
"sublime_text": "<3000",
18-
"version": "2.0.5",
19-
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.5.zip",
20-
"date": "2013-09-18 00:00:00"
18+
"version": "2.0.6",
19+
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6.zip",
20+
"date": "2013-09-21 00:00:00"
2121
},
2222
{
2323
"platforms": "*",
2424
"sublime_text": ">=3000",
25-
"version": "2.0.5+st3",
26-
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.5+st3.zip",
27-
"date": "2013-09-18 00:00:00"
25+
"version": "2.0.6+st3",
26+
"url": "https://github.com/SublimeCodeIntel/SublimeCodeIntel/archive/v2.0.6+st3.zip",
27+
"date": "2013-09-21 00:00:00"
2828
}
2929
]
3030
}

0 commit comments

Comments
 (0)