Skip to content

Commit 55009ca

Browse files
committed
Pushed version and included new Travis link
1 parent 40a6a4d commit 55009ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Finally, there I have posted information on [stack exchange](http://mathematica.
2121
- the [first announcement](http://community.wolfram.com/groups/-/m/t/139047?p_p_auth=Lp2pA68y) on the Wolfram Community and a very detailed [new version post](http://community.wolfram.com/groups/-/m/t/353812?p_p_auth=Lp2pA68y)
2222

2323

24-
##![dev image][dev-image] Development ![travis](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin.svg?branch=develop)
24+
##![dev image][dev-image] Development [![Build Status](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin.svg?branch=develop)](https://travis-ci.org/halirutan/Mathematica-IntelliJ-Plugin)
2525

2626
### Code
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.jetbrains.plugins</groupId>
2929
<artifactId>mathematica-intellij-plugin</artifactId>
30-
<version>2.0.9</version>
30+
<version>2.0.10</version>
3131
<name>Mathematica Support for IntelliJ IDEA</name>
3232
<description>Includes syntax highlighting, function completion, documentation lookup, refactoring, code formatting,
3333
etc.

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<id>de.halirutan.mathematica</id>
33
<name>Mathematica Support</name>
44
<category>Custom Language</category>
5-
<version>2.0.9</version>
5+
<version>2.0.10</version>
66
<idea-version since-build="163.7743.44"/>
77
<vendor email="patrick@halirutan.de" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
88
<depends>com.intellij.modules.lang</depends>

0 commit comments

Comments
 (0)