Skip to content

Commit

Permalink
Increase version number to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Apr 2, 2021
1 parent f755d62 commit c247a82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions planet-themes-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="io.github.pyvesb.eclipse_planet_themes"
label="Planet Themes"
version="0.2.0.qualifier"
version="0.2.1.qualifier"
provider-name="PyvesB">

<description url="https://github.com/PyvesB/eclipse-planet-themes">
Expand Down Expand Up @@ -297,7 +297,7 @@ version(s), and exceptions or additional permissions here}.&quot;
id="io.github.pyvesb.eclipse_planet_themes"
download-size="0"
install-size="0"
version="0.2.0"
version="0.2.1"
unpack="false"/>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion planet-themes-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: Planet Themes
Bundle-SymbolicName: io.github.pyvesb.eclipse_planet_themes;singleton:=true
Bundle-Version: 0.2.0
Bundle-Version: 0.2.1
Automatic-Module-Name: io.github.pyvesb.eclipse_planet_themes
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.pyvesb.eclipse_planet_themes</groupId>
<artifactId>planet-themes</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>planet-themes-feature</module>
Expand Down Expand Up @@ -36,7 +36,7 @@
<artifact>
<groupId>io.github.pyvesb.eclipse_planet_themes</groupId>
<artifactId>planet-themes-targetplatform</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
</artifact>
</target>
<environments>
Expand Down

0 comments on commit c247a82

Please sign in to comment.