Skip to content

Commit

Permalink
v1.0.2: fix multiple jquery plugins call
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier.carpentier@gmail.com committed Mar 7, 2017
1 parent 9a4c78f commit 03d807a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPFx Fantastic 40 Web Parts

![release](https://img.shields.io/badge/release-v1.0.1-blue.svg)
![release](https://img.shields.io/badge/release-v1.0.2-blue.svg)
![status](https://img.shields.io/badge/status-stable-green.svg)
![mit](https://img.shields.io/badge/license-MIT-yellow.svg)

Expand All @@ -13,7 +13,7 @@ These webparts are available: **English, French, Spanish, German**.

**IMPORTANT NOTE: These web parts are not officially supported by Microsoft. Please use the "Issues" tab on this site to report bug or requests for development.**

**Current Version**: v1.0.1 - [Click here to download and install](https://github.com/OlivierCC/spfx-40-fantastics/wiki/Installation-process)
**Current Version**: v1.0.2 - [Click here to download and install](https://github.com/OlivierCC/spfx-40-fantastics/wiki/Installation-process)

**Current SPFx Release support** - ![GA](https://img.shields.io/badge/SPFx-General%20Availability-red.svg) - [Release Note](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-GA)

Expand Down
2 changes: 1 addition & 1 deletion config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"solution": {
"name": "SPFx Fantastic 40 WebParts",
"id": "425c9654-a3f8-427e-827f-033979560b6b",
"version": "1.0.1.0"
"version": "1.0.2.0"
},
"paths": {
"zippedPackage": "solution/spfx-fantastic-40.sppkg"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spfx-40-fantastics",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 03d807a

Please sign in to comment.