Skip to content

Commit

Permalink
fix: bump version to v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kolipakakondal committed Feb 23, 2024
1 parent 82a2a3b commit 45a4960
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/com.espressif.idf.branding/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: %pluginName
Bundle-SymbolicName: com.espressif.idf.branding;singleton:=true
Bundle-Version: 2.12.0.qualifier
Bundle-Version: 2.12.1.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
2 changes: 1 addition & 1 deletion features/com.espressif.idf.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="com.espressif.idf.feature"
label="ESP-IDF Plugins for Eclipse"
version="2.12.0.qualifier"
version="2.12.1.qualifier"
provider-name="ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD"
plugin="com.espressif.idf.branding">

Expand Down
2 changes: 1 addition & 1 deletion releng/com.espressif.idf.configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<tycho-version>3.0.4</tycho-version>
<tycho-extras.version>${tycho-version}</tycho-extras.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<espressif-ide-release-version>2.12.0</espressif-ide-release-version>
<espressif-ide-release-version>2.12.1</espressif-ide-release-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion releng/com.espressif.idf.product/idf.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Espressif-IDE" uid="com.espressif.idf.product" id="com.espressif.idf.branding.idf" application="org.eclipse.ui.ide.workbench" version="2.12.0" type="features" includeLaunchers="true" autoIncludeRequirements="true">
<product name="Espressif-IDE" uid="com.espressif.idf.product" id="com.espressif.idf.branding.idf" application="org.eclipse.ui.ide.workbench" version="2.12.1" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<aboutInfo>
<image path="/com.espressif.idf.branding/icons/alt_about.png"/>
Expand Down

0 comments on commit 45a4960

Please sign in to comment.