Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Feb 15, 2019
1 parent 73cd0d4 commit f30f9bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.util.Calendar
import java.net.URI
import java.util.*

plugins {
jacoco
Expand All @@ -24,7 +24,7 @@ repositories {
}

group = "org.github._1c_syntax.intellij.bsl"
version = "1.0" // Plugin version
version = "0.2.0" // Plugin version

dependencies {
compile("com.github.1c-syntax", "bsl-parser", "0.4.0")
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
-->
<idea-plugin>
<id>org.1c-syntax.idea.language.1c.bsl</id>
<id>org.1c-syntax.intellij.language-1c-bsl</id>
<name>Language 1C (BSL)</name>
<version>1.0</version>
<vendor email="[email protected]" url="http://www.yourcompany.com">YourCompany</vendor>
<version>0.2.0</version>
<vendor email="[email protected]" url="https://github.com/1c-syntax">1c-syntax GitHub.com organization</vendor>

<description><![CDATA[
Enter short description for your plugin here.<br>
Expand Down

0 comments on commit f30f9bf

Please sign in to comment.