Skip to content

Commit

Permalink
Mini release to make release tag consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikdg committed May 15, 2018
1 parent b54a4be commit 65f34cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion obfuscator/ObfuscatorPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function getName()

function getVersion()
{
return '0.2';
return '0.2.1';
}

function getDeveloper()
Expand Down
6 changes: 3 additions & 3 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"First release."
]
},{
"version": "0.2",
"downloadUrl": "https://github.com/miranj/craft-obfuscator/archive/v0.2.zip",
"date": "2018-05-15T02:12:00+05:30",
"version": "0.2.1",
"downloadUrl": "https://github.com/miranj/craft-obfuscator/archive/v0.2.1.zip",
"date": "2018-05-15T02:42:00+05:30",
"notes": [
"Includes dependencies using composer."
]
Expand Down

0 comments on commit 65f34cd

Please sign in to comment.