diff options
author | con <qtc-committer@nokia.com> | 2010-12-02 10:38:04 +0100 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2010-12-02 10:38:04 +0100 |
commit | a9c803d310217941a0629bda46b9e9ad51c93e28 (patch) | |
tree | 7d86505cb58ea79f22ddb6f5e5b372a514ed4875 /src/plugins/qmljseditor | |
parent | e0084d9ef00e054cb808d23513e88c8299b5ceac (diff) | |
download | qt-creator-a9c803d310217941a0629bda46b9e9ad51c93e28.tar.gz |
Version bump.
Diffstat (limited to 'src/plugins/qmljseditor')
-rw-r--r-- | src/plugins/qmljseditor/QmlJSEditor.pluginspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/qmljseditor/QmlJSEditor.pluginspec b/src/plugins/qmljseditor/QmlJSEditor.pluginspec index 38a7ffff5e..25c21db845 100644 --- a/src/plugins/qmljseditor/QmlJSEditor.pluginspec +++ b/src/plugins/qmljseditor/QmlJSEditor.pluginspec @@ -1,4 +1,4 @@ -<plugin name="QmlJSEditor" version="2.0.94" compatVersion="2.0.94"> +<plugin name="QmlJSEditor" version="2.0.95" compatVersion="2.0.95"> <vendor>Nokia Corporation</vendor> <copyright>(C) 2010 Nokia Corporation</copyright> <license> @@ -14,8 +14,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General <description>Editor for QML and JavaScript.</description> <url>http://qt.nokia.com</url> <dependencyList> - <dependency name="Core" version="2.0.94"/> - <dependency name="TextEditor" version="2.0.94"/> - <dependency name="ProjectExplorer" version="2.0.94"/> + <dependency name="Core" version="2.0.95"/> + <dependency name="TextEditor" version="2.0.95"/> + <dependency name="ProjectExplorer" version="2.0.95"/> </dependencyList> </plugin> |