Skip to content

Commit

Permalink
Release 1.3.0 #32
Browse files Browse the repository at this point in the history
- updated version information to 1.3.0
  • Loading branch information
de-jcup committed Oct 12, 2023
1 parent 7b5b693 commit f812c79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion highspeed-json-editor-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.hijson"
label="HiJSON Editor"
version="1.2.0"
version="1.3.0"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/json-editor">
Expand Down
2 changes: 1 addition & 1 deletion highspeed-json-editor-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HiJSON Editor
Bundle-SymbolicName: de.jcup.hijson;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.3.0
Bundle-Activator: de.jcup.hijson.HighspeedJSONEditorActivator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
Expand Down
3 changes: 3 additions & 0 deletions highspeed-json-editor-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
<feature url="features/de.jcup.hijson_1.2.0.jar" id="de.jcup.hijson" version="1.2.0">
<category name="de.jcup.hijsoneditor.category"/>
</feature>
<feature url="features/de.jcup.hijson_1.3.0.jar" id="de.jcup.hijson" version="1.3.0">
<category name="de.jcup.hijsoneditor.category"/>
</feature>
<category-def name="de.jcup.hijsoneditor.category" label="Stable"/>
</site>

0 comments on commit f812c79

Please sign in to comment.