Skip to content

Commit

Permalink
Updated plugin's version
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Jan 7, 2018
1 parent a2faff1 commit 5fed766
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion agent-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Separate module for testing Proxy class
*/
group 'com.github.kornilova_l'
version '0.5'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
apply plugin: 'java'
apply plugin: 'kotlin'
group = 'com.gitgub.kornilova_l'
version = '0.5'
version = '0.6'
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/kornilova-l/flamegraph-visualizer">
<id>com.github.kornilovaL.flamegraphProfiler</id>
<name>Flamegraph Profiler</name>
<version>0.5</version>
<version>0.6</version>

<vendor url="https://github.com/kornilova-l" email="[email protected]" />

Expand Down

0 comments on commit 5fed766

Please sign in to comment.