Skip to content

Commit bcce000

Browse files
readme and license update.
1 parent 4434f76 commit bcce000

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Cleveroad
3+
Copyright (c) 2021 Cleveroad
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All you need to do is:
1717
<br>2. Create icons for each screen of your tutorial
1818
<br>3. Follow the instructions below
1919

20-
[![Awesome](https://github.com/Cleveroad/flutter_sliding_tutorial/raw/master/images/logo-footer.png)](https://www.cleveroad.com/?utm_source=github&utm_medium=label&utm_campaign=contacts)
20+
[![Awesome](https://avatars.githubusercontent.com/u/14131420?s=200&v=4)](https://www.cleveroad.com/?utm_source=github&utm_medium=label&utm_campaign=contacts)
2121

2222

2323
## Full Documentation
@@ -27,7 +27,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
2727
```yaml
2828
dependencies:
2929
...
30-
flutter_sliding_tutorial: "^0.1.0"
30+
flutter_sliding_tutorial: "^1.1.0"
3131
```
3232
3333
In your library add the following import:
@@ -55,7 +55,7 @@ If you have any questions regarding the use of this tutorial, please contact us
5555

5656
The MIT License (MIT)
5757

58-
Copyright (c) 2015-2016 Cleveroad
58+
Copyright (c) 2021 Cleveroad
5959

6060
Permission is hereby granted, free of charge, to any person obtaining a copy
6161
of this software and associated documentation files (the "Software"), to deal

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_sliding_tutorial
22
description: Applied parallax effects will make your product presentation look like Google apps tutorial.
3-
version: 1.0.0
3+
version: 1.1.0
44
homepage: https://github.com/Cleveroad/flutter_sliding_tutorial
55

66
environment:

0 commit comments

Comments
 (0)