Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit fdc02de

Browse files
committed
Prepare next iteration v4.1.1-dev
1 parent 340a857 commit fdc02de

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables-demo",
3-
"version": "4.1.0",
3+
"version": "4.1.1-dev",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

demo/src/app/getting-started.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ <h2 class="header">Installation</h2>
1919
The documentation will only deal with projects that use <a href="https://github.com/angular/angular-cli">angular-cli</a>. Indeed, the front-end ecosystem is evolving at a pace I can't follow anymore. Thus, there will only have a tutorial for angular-cli's project. If you managed to make it work in, for example, SystemJS projects, please submit a pull request to improve this documentation. Thanks!
2020
</p>
2121
<div class="col s12">
22-
<h4>Angular-CLI version 1.0.0</h4>
22+
<h4>Angular-CLI version 1.0.3</h4>
2323
<p>I recommend using <a href="https://github.com/angular/angular-cli">angular-cli</a> to create and manage your angular project</p>
2424
<p>
25-
Since Angular-CLI is still in beta, I prefer to warn you the demo was developpped in version <b>1.0.0</b> and newer version of Angular-CLI may need to have different configuration.
25+
Since Angular-CLI is still in beta, I prefer to warn you the demo was developpped in version <b>1.0.3</b> and newer version of Angular-CLI may need to have different configuration.
2626
</p>
2727
</div>
2828
<div class="col s12">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datatables",
3-
"version": "4.1.0",
3+
"version": "4.1.1-dev",
44
"description": "Angular directive for DataTables",
55
"scripts": {
66
"build": "npm run clean && npm run compile && npm run bundles",

0 commit comments

Comments
 (0)