Skip to content

Commit 84cb733

Browse files
Dominik GrzelakPioBeat
authored andcommitted
develop branch prepared for new version
1 parent 3aa979f commit 84cb733

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[Grav](https://getgrav.org/) is a flat-file open source CMS.
44
This plugin helps to increase the development speed for Grav-based projects for PhpStorm and IntelliJ IDEA Community / Ultimate.
55

6-
**Current version:** 0.6.1
6+
**Current version:** 0.7.0-SNAPSHOT
77

88
**Tested with:**
99

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def alternativeIdePathTestingIU = properties.getProperty('alternativeIdePathTest
1717
def htmlFixer = { htmlFile -> file(htmlFile).text.replace('<html>', '').replace('</html>', '') }
1818

1919
group 'net.offbeatpioneer.intellij.plugins.grav'
20-
version '0.6.1'
20+
version '0.7.0-SNAPSHOT'
2121

2222
apply plugin: 'idea'
2323
apply plugin: 'java'

src/main/resources/META-INF/change-notes.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<html>
2+
<p>
3+
<span>0.7.0-SNAPSHOT</span>
4+
<ul>
5+
<li>Added</li>
6+
</ul>
7+
</p>
28
<p>
39
<span>0.6.1</span>
410
<ul>

0 commit comments

Comments
 (0)