Skip to content

Commit

Permalink
docs(version): Updates documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoon Bot committed Jun 30, 2016
1 parent fac4aac commit e63348d
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.1</version>
<version>5.2.0</version>
</dependency>
```

Expand All @@ -79,7 +79,7 @@ Snapshot version:
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.3.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.1.1
spoon_release: "5.1.1"
spoon_snapshot: "5.2.0-SNAPSHOT"
sidebar_version: version 5.2.0
spoon_release: "5.2.0"
spoon_snapshot: "5.3.0-SNAPSHOT"

exclude:
- _site
Expand Down

0 comments on commit e63348d

Please sign in to comment.