Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change: Bump version to 2.11.1 #827

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.0.qualifier
Bundle-Version: 2.11.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="Espressif IDF Plugins for Eclipse"
version="2.11.0.qualifier"
version="2.11.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.11.0</espressif-ide-release-version>
<espressif-ide-release-version>2.11.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.11.0" useFeatures="true" 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.11.1" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">

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