diff --git a/README.md b/README.md index 66883f6..ab4cbf5 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ codeprinter makes it easy. Simply copy your code into the text box, select your ![Print your code](https://i.imgur.com/IYHqP0z.png) ## How to Contribute -Find a bug? Want to request a new feature? Awesome! Create an [issue](https://github.com/jaredpetersen/codeprinter/issues) and/or submit a [pull request](https://github.com/jaredpetersen/codeprinter/pulls). Just want to show your support for the project? [Buy me a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=JGJAC7UKRAB9J&lc=US&item_name=CodePrinter%20%2d%20Buy%20me%20a%20Coffee¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted). +Find a bug? Want to request a new feature? Awesome! Create an [issue](https://github.com/jaredpetersen/codeprinter/issues) and/or submit a [pull request](https://github.com/jaredpetersen/codeprinter/pulls). Just want to show your support for the project? [Buy me a coffee](https://paypal.me/jaredtpetersen). diff --git a/package-lock.json b/package-lock.json index 815b00c..7f6bf0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeprinter", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20e565e..f6e2997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeprinter", - "version": "1.0.1", + "version": "1.0.2", "private": true, "homepage": "http://jaredpetersen.github.io/codeprinter", "scripts": {