Skip to content

Commit 741a30c

Browse files
committed
chore: bump version
1 parent 17dcbd9 commit 741a30c

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# Changelog
44

55
## [Unreleased]
6+
### Fixed
7+
- Compatibility issues
8+
- README styling
9+
10+
## 0.0.1
611
### Added
712
- Initial release
813

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55

66
[comment]: <> ([![Downloads]&#40;https://img.shields.io/jetbrains/plugin/d/com.github.mzdm.embedded_dartpad.svg&#41;]&#40;https://plugins.jetbrains.com/plugin/com.github.mzdm.embedded_dartpad&#41;)
77

8-
<!-- Plugin description -->
9-
<p>This plugin integrates DartPad directly into IntelliJ environment which lets you run Flutter &amp;
10-
Dart code samples with ease.</p>
11-
128
<p align="center">
13-
<img height="auto" width="700" src="https://raw.githubusercontent.com/mzdm/embedded-dartpad/master/previews/preview.gif" />
9+
<img height="400" width="auto" src="https://raw.githubusercontent.com/mzdm/embedded-dartpad/master/previews/preview.gif" />
1410
</p>
1511

12+
<!-- Plugin description -->
13+
<p>This plugin integrates <a href="https://dartpad.dev/">DartPad</a> directly into IntelliJ environment which lets you run Flutter &amp;
14+
Dart code samples with ease.</p>
15+
1616
<h3 id="suggestions-bugs">Suggestions &amp; bugs</h3>
1717
<p>Any suggestions and/or bugs please report to the <a href="https://github.com/mzdm/embedded-dartpad">related GitHub repository</a>.</p>
1818

1919
<h3 id="troubleshooting">Troubleshooting</h3>
20+
<p>Recommended IDE version 2020.2 (or build 202) and newer.</p>
2021
<p>Refer to <a href="https://plugins.jetbrains.com/docs/intellij/jcef.html#enabling-jcef">IntelliJ documentation</a> page.
2122
<br><br>
2223
<em>Dart and Flutter and the related logos are trademarks of Google LLC. This is not endorsed by or affiliated with Google LLC.</em></p>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = com.github.mzdm.embedded_dartpad
55
pluginName = Embedded Dartpad
6-
pluginVersion = 0.0.1
6+
pluginVersion = 0.0.2
77
pluginSinceBuild = 202
88
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)