Skip to content

Commit

Permalink
Increased Version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamThimm committed Oct 22, 2024
1 parent 93d79a3 commit dc2bbfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Simply add the following to the plugins section of the config
```yaml
- group-id: de.kontext-e.jqassistant.plugin
artifact-id: jqassistant.plugin.csharp
version: 0.3.0
version: 0.3.1
```
### Manual Installation
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.kontext-e.jqassistant.plugin</groupId>
<artifactId>jqassistant.plugin.csharp</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>

<name>jQAssistant CSharp Plugin</name>
<description>The jQAssistant plugin to scan and to analyze a CSharp instance.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class CSharpToJsonToolManager {

public static final String NAME = "C# to JSON converter";

public static final String CSHARP_TO_JSON_TOOL_VERSION = "0.3.0";
public static final String CSHARP_TO_JSON_TOOL_VERSION = "0.3.1";
private static final String DOWNLOADLINK = "https://oss.sonatype.org/service/local/repositories/releases/content/de/kontext-e/jqassistant/plugin/csharp-to-json-converter/%s/csharp-to-json-converter-%s.zip";
private static final String WINDOWS = "win";
private static final String OSX = "osx";
Expand Down

0 comments on commit dc2bbfc

Please sign in to comment.