Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HS-public
flot
Commits
7f94a133
Commit
7f94a133
authored
May 23, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version number to 0.8.2-alpha.
parent
7f5f9038
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
component.json
component.json
+1
-1
flot.jquery.json
flot.jquery.json
+1
-1
jquery.flot.js
jquery.flot.js
+2
-2
package.json
package.json
+1
-1
No files found.
component.json
View file @
7f94a133
{
{
"name"
:
"Flot"
,
"name"
:
"Flot"
,
"version"
:
"0.8.
1
"
,
"version"
:
"0.8.
2-alpha
"
,
"main"
:
"jquery.flot.js"
,
"main"
:
"jquery.flot.js"
,
"dependencies"
:
{
"dependencies"
:
{
"jquery"
:
">= 1.2.6"
"jquery"
:
">= 1.2.6"
...
...
flot.jquery.json
View file @
7f94a133
{
{
"name"
:
"flot"
,
"name"
:
"flot"
,
"version"
:
"0.8.
1
"
,
"version"
:
"0.8.
2-alpha
"
,
"title"
:
"Flot"
,
"title"
:
"Flot"
,
"author"
:
{
"author"
:
{
"name"
:
"Ole Laursen"
,
"name"
:
"Ole Laursen"
,
...
...
jquery.flot.js
View file @
7f94a133
/* Javascript plotting library for jQuery, version 0.8.
1
.
/* Javascript plotting library for jQuery, version 0.8.
2-alpha
.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
Licensed under the MIT license.
...
@@ -3041,7 +3041,7 @@ Licensed under the MIT license.
...
@@ -3041,7 +3041,7 @@ Licensed under the MIT license.
return
plot
;
return
plot
;
};
};
$
.
plot
.
version
=
"0.8.
1
"
;
$
.
plot
.
version
=
"0.8.
2-alpha
"
;
$
.
plot
.
plugins
=
[];
$
.
plot
.
plugins
=
[];
...
...
package.json
View file @
7f94a133
{
{
"name"
:
"
Flot
"
,
"name"
:
"
Flot
"
,
"version"
:
"0.8.
1
"
,
"version"
:
"0.8.
2-alpha
"
,
"main"
:
"jquery.flot.js"
,
"main"
:
"jquery.flot.js"
,
"scripts"
:
{
"scripts"
:
{
"test"
:
"make test"
"test"
:
"make test"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment