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
0594a491
Commit
0594a491
authored
Mar 07, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version number to 0.8.0-beta.
parent
3cd7a510
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
NEWS.md
NEWS.md
+1
-1
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.
NEWS.md
View file @
0594a491
## Flot 0.8.0-
alph
a ##
## Flot 0.8.0-
bet
a ##
### API changes ###
### API changes ###
...
...
component.json
View file @
0594a491
{
{
"name"
:
"Flot"
,
"name"
:
"Flot"
,
"version"
:
"0.8.0-
alph
a"
,
"version"
:
"0.8.0-
bet
a"
,
"main"
:
"jquery.flot.js"
,
"main"
:
"jquery.flot.js"
,
"dependencies"
:
{
"dependencies"
:
{
"jquery"
:
">= 1.2.6"
"jquery"
:
">= 1.2.6"
...
...
flot.jquery.json
View file @
0594a491
{
{
"name"
:
"flot"
,
"name"
:
"flot"
,
"version"
:
"0.8.0-
alph
a"
,
"version"
:
"0.8.0-
bet
a"
,
"title"
:
"Flot"
,
"title"
:
"Flot"
,
"author"
:
{
"author"
:
{
"name"
:
"Ole Laursen"
,
"name"
:
"Ole Laursen"
,
...
...
jquery.flot.js
View file @
0594a491
/* Javascript plotting library for jQuery, version 0.8.0-
alph
a.
/* Javascript plotting library for jQuery, version 0.8.0-
bet
a.
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.
...
@@ -2934,7 +2934,7 @@ Licensed under the MIT license.
...
@@ -2934,7 +2934,7 @@ Licensed under the MIT license.
return
plot
;
return
plot
;
};
};
$
.
plot
.
version
=
"0.8.0-
alph
a"
;
$
.
plot
.
version
=
"0.8.0-
bet
a"
;
$
.
plot
.
plugins
=
[];
$
.
plot
.
plugins
=
[];
...
...
package.json
View file @
0594a491
{
{
"name"
:
"
Flot
"
,
"name"
:
"
Flot
"
,
"version"
:
"0.8.0-
alph
a"
,
"version"
:
"0.8.0-
bet
a"
,
"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