Skip to content

Commit f30f9bf

Browse files
committed
0.2.0
1 parent 73cd0d4 commit f30f9bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import java.util.Calendar
21
import java.net.URI
2+
import java.util.*
33

44
plugins {
55
jacoco
@@ -24,7 +24,7 @@ repositories {
2424
}
2525

2626
group = "org.github._1c_syntax.intellij.bsl"
27-
version = "1.0" // Plugin version
27+
version = "0.2.0" // Plugin version
2828

2929
dependencies {
3030
compile("com.github.1c-syntax", "bsl-parser", "0.4.0")

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
2323
-->
2424
<idea-plugin>
25-
<id>org.1c-syntax.idea.language.1c.bsl</id>
25+
<id>org.1c-syntax.intellij.language-1c-bsl</id>
2626
<name>Language 1C (BSL)</name>
27-
<version>1.0</version>
28-
<vendor email="support@yourcompany.com" url="http://www.yourcompany.com">YourCompany</vendor>
27+
<version>0.2.0</version>
28+
<vendor email="support@yourcompany.com" url="https://github.com/1c-syntax">1c-syntax GitHub.com organization</vendor>
2929

3030
<description><![CDATA[
3131
Enter short description for your plugin here.<br>

0 commit comments

Comments
 (0)