Skip to content

Commit 2b3ca2a

Browse files
authored
chore: tweak the readme to remove Explorer (#7)
1 parent a6e3548 commit 2b3ca2a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
## [1.0.1] - 2024-07-01
8+
### Fixed
9+
- Updates to readme
10+
711
## [1.0.0] - 2024-06-29
812
### Added
913
- Initial release of the Infracost plugin for JetBrains IDEs.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
## Description
1010

1111
<!-- Plugin description -->
12-
Infracost Explorer is a JetBrains IDE plugin that allows you to shift left on your Cloud costs by providing cost estimates for your Terraform code.
12+
Infracost is a JetBrains IDE plugin that allows you to shift left on your Cloud costs by providing cost estimates for your Terraform code.
1313

14-
Infracost Explorer is a companion to the [Infracost CLI](https://www.infracost.io/docs/integrations/ci-cd) and provides a way to view cost estimates directly in your IDE.
14+
Infracost is a companion to the [Infracost CLI](https://www.infracost.io/docs/integrations/ci-cd) and provides a way to view cost estimates directly in your IDE.
1515
<!-- Plugin description end -->
1616

1717
## Features
@@ -25,7 +25,7 @@ Infracost Explorer is a companion to the [Infracost CLI](https://www.infracost.i
2525
You can install the plugin from the JetBrains Plugin Repository.
2626

2727
1. Open the IDE and go to `Settings` -> `Plugins` -> `Marketplace`
28-
2. Search for `Infracost Explorer`
28+
2. Search for `Infracost`
2929
3. Click `Install`
3030
4. Restart the IDE
3131
5. Open a Terraform file and click on the `Infracost` tab at the bottom of the IDE

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = io.infracost.plugins
44
pluginName = Infracost
55
pluginRepositoryUrl = https://github.com/infracost/jetbrains-infracost
6-
pluginVersion = 1.0.0
6+
pluginVersion = 1.0.1
77

88
pluginSinceBuild = 232
99
pluginUntilBuild = 242.*

0 commit comments

Comments
 (0)