Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Mar 12, 2018
1 parent 2874778 commit 61f492d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
requestInfoReplyComment: >
Thanks for reaching out!
We require the [template](https://github.com/desktop/desktop/blob/master/.github/CONTRIBUTING.md#how-do-i-submit-a-good-bug-report) to be filled out with all new issues. We do this so that
We require the [template](https://github.com/kactus-io/kactus/blob/master/.github/CONTRIBUTING.md#how-do-i-submit-a-good-bug-report) to be filled out with all new issues. We do this so that
we can be certain we have all the information we need to address your
submission efficiently. This allows the maintainers to spend more time fixing
bugs, implementing enhancements, and reviewing and merging pull requests.
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "Kactus",
"bundleID": "io.kactus.KactusClient",
"companyName": "Kactus.io",
"version": "0.3.2",
"version": "0.3.3",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"unreleased": [],
"releases": {
"0.3.3": [
"[Improved] Faster Kactus status (finding the Sketch files)",
"[Improved] Faster Git status (finding the changed files)"
],
"0.3.2": [
"[New] Add a new indicator if the branch is a PR",
"[Improved] Do not export the commit meta key of the sketch file"
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kactus",
"version": "0.3.2",
"version": "0.3.3",
"description": "Kactus plugin",
"main": "../out/plugin.sketchplugin",
"scripts": {
Expand Down

0 comments on commit 61f492d

Please sign in to comment.