Skip to content

Commit

Permalink
docs(version): Updates documentation to Spoon 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Mar 21, 2016
1 parent ad4b401 commit 420d5a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Stable version:
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>5.0.2</version>
<version>5.1.0</version>
</dependency>
```

Expand All @@ -79,7 +79,7 @@ Snapshot version:
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
Expand Down
6 changes: 3 additions & 3 deletions doc/_jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ include: [_jekyll]
# variables

sidebar_tagline: Spoon
sidebar_version: version 5.0.2
spoon_release: "5.0.2"
spoon_snapshot: "5.1.0-SNAPSHOT"
sidebar_version: version 5.1.0
spoon_release: "5.1.0"
spoon_snapshot: "5.2.0-SNAPSHOT"

exclude:
- _site
Expand Down
1 change: 1 addition & 0 deletions doc/doc_homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Spoon is an open-source library that enables you to transform (see below) and an

Star Spoon on Github: [https://github.com/INRIA/spoon](https://github.com/INRIA/spoon). :-)

- March 21, 2016: Spoon 5.1.0 is released.
- February 12, 2016: Spoon 5.0.2 is released.
- February 3, 2016: Spoon 5.0.1 is released.
- January 25, 2016: Spoon 5.0.0 is released.
Expand Down

0 comments on commit 420d5a9

Please sign in to comment.