We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c242820 + d6ab9cf commit 5514551Copy full SHA for 5514551
pom.xml
@@ -23,7 +23,7 @@
23
24
<groupId>de.funfried.netbeans.plugins</groupId>
25
<artifactId>nb-editor-close-left-right</artifactId>
26
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.4</version>
27
<packaging>nbm</packaging>
28
29
<developers>
src/changes/changes.xml
@@ -9,7 +9,10 @@
9
</properties>
10
11
<body>
12
- <release version="1.0.4-SNAPSHOT" date="N/A" description="N/A">
+ <release version="1.0.4" date="2023-08-10" description="Fixed new close actions">
13
+ <action dev="bahlef" type="fix" issue="17">
14
+ Fixed new VCS and project actions.
15
+ </action>
16
</release>
17
18
<release version="1.0.3" date="2023-06-15" description="Added more close actions">
0 commit comments