Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ardecky committed Apr 20, 2020
1 parent 90b0c81 commit 54ec833
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 962 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Publish to Nuget
on:
push:
branches:
- dev
- test

jobs:

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "zingchart",
"version": "2.8.9",
"version": "2.9.0",
"description": "Our JavaScript charting library is a commercial product. But the full branded version is free to try, forever.",
"main": "index.js",
"module": "es6.js",
"scripts": {
"publish:nuget": "nuget-publish"
},
"repository": {
"type": "git",
"url": "https://github.com/zingchart/ZingChart.git"
},
"scripts": {
"build:nuget": "nuget pack"
},
"keywords": [
"zingchart",
"chart",
Expand Down
Loading

0 comments on commit 54ec833

Please sign in to comment.