Navigation Menu

Skip to content

Commit

Permalink
fix and release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realvjy committed Nov 28, 2018
1 parent d4f74f9 commit 0497e5d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@

## Installation
### Manual
1. [Download Zip](https://github.com/realvjy/uiLogos-sketch-plugin/releases/download/0.2.0/uiLogos.sketchplugin.zip) and Extract it to a folder
1. [Download Zip](https://github.com/realvjy/uiLogos-sketch-plugin/releases/download/0.3.0/uiLogos.sketchplugin.zip) and Extract it to a folder
2. In Sketch app 'Plugins > Manage Plugins...'
3. In the Preferences window, click on the cog-wheel icon, and select `Show Plugins Folder` from the dropdown.
4. Place the extracted folder directly to the Plugins folder.
Expand Down
4 changes: 4 additions & 0 deletions appcast.xml
Expand Up @@ -5,6 +5,10 @@
<link>https://raw.githubusercontent.com/realvjy/uiLogos-sketch-plugin/master/appcast.xml</link>
<description>Sketch app plugin insert professionally designed dummy logos directly into sketchapp</description>
<language>en</language>
<item>
<title>0.3.0</title>
<enclosure url="https://github.com/realvjy/uiLogos-sketch-plugin/releases/download/0.3.0/uiLogos.sketchplugin.zip" sparkle:version="0.3.0" />
</item>
<item>
<title>0.2.0</title>
<enclosure url="https://github.com/realvjy/uiLogos-sketch-plugin/releases/download/0.2.0/uiLogos.sketchplugin.zip" sparkle:version="0.2.0" />
Expand Down
2 changes: 1 addition & 1 deletion uiLogos.sketchplugin/Contents/Sketch/Logos/Black Mark.js
@@ -1,6 +1,6 @@
@import '../js/common.js'
@import '../js/getLogo.js'

// call get logo fuction
function onRun(context){
getLogos(context, 'data/logos/mark/black/')
}
1 change: 1 addition & 0 deletions uiLogos.sketchplugin/Contents/Sketch/js/getLogo.js
@@ -1,4 +1,5 @@
@import 'common.js'
// Get Logos function
var getLogos = function(context, dataPath) {
var doc = context.document;
var selection = context.selection;
Expand Down
3 changes: 1 addition & 2 deletions uiLogos.sketchplugin/Contents/Sketch/manifest.json
Expand Up @@ -44,11 +44,10 @@
"black-mark"
]
},
"version": "0.2.0",
"version": "0.3.0",
"description": "Insert professionally designed dummy logo of companies",
"homepage": "https://github.com/realvjy/uiLogos-sketch-plugin#readme",
"name": "uiLogos",
"disableCocoaScriptPreprocessor": true,
"identifier" : "com.graficspark.sketch.uilogos",
"appcast": "https://raw.githubusercontent.com/realvjy/uiLogos-sketch-plugin/master/appcast.xml",
"author": "vijay verma",
Expand Down

0 comments on commit 0497e5d

Please sign in to comment.