Skip to content

Commit 50bbbb8

Browse files
committed
documentation changes only
1 parent 4543db2 commit 50bbbb8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

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

55
## [Unreleased]
6+
### Changes
7+
- A better description
8+
69
## [0.1.3]
710
### Changes
811
- Cleaner documentation and especially a much better description for the project

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
![Screenshot](images/screenshot.png)
99

1010
<!-- Plugin description -->
11-
**File Permissions Plugin** is provides a simple plugin to change file permissions directly from IntelliJ.
11+
**File Permissions Plugin** is a simple plugin to change file permissions directly from IntelliJ.
1212

1313
It adds two actions:
1414

15-
- **Change Permissions** to change the permissions by showing a dialog
16-
- **Make File Executable** by making the file executable by its owner (that's probably the one you want)
15+
- **Change Permissions** to change the permissions by showing you a dialog
16+
- **Make File Executable** to make the file executable by its owner
1717

1818
<!-- Plugin description end -->
1919

gradle.properties

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

44
pluginGroup = net.bjonnh.intellij.filepermissionsplugin
55
pluginName = File Permissions Plugin
6-
pluginVersion = 0.1.3
6+
pluginVersion = 0.1.4
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)