Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
indeyets committed Aug 30, 2016
1 parent d787441 commit 85debf7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/production/docker-compose.yml
Expand Up @@ -34,7 +34,7 @@ sphinx:
- "127.0.0.1:9306:9306"
restart: always
app:
image: "quay.io/dipstudio/libertysoil:1.6.3"
image: "quay.io/dipstudio/libertysoil:1.7.0"
ports:
- "127.0.0.1:8000:8000"
links:
Expand All @@ -49,7 +49,7 @@ app:
- "./secrets.env"
restart: always
queue:
image: "quay.io/dipstudio/libertysoil:1.6.3"
image: "quay.io/dipstudio/libertysoil:1.7.0"
links:
- db
- redis
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "libertysoil",
"version": "1.6.3",
"version": "1.7.0",
"description": "Libertysoil.org website",
"license": "AGPL-3.0+",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer.js
Expand Up @@ -31,7 +31,7 @@ const FooterComponent = () => (
<a href="mailto:info@libertysoil.org">info@libertysoil.org</a>
</p>
<p>
<a href="https://github.com/Lokiedu/libertysoil-site/milestones">Version 1.6.3</a>
<a href="https://github.com/Lokiedu/libertysoil-site/milestones">Version 1.7.0</a>
</p>
<script async data-trackduck-id="56182f159e7749be13765442" src="//d1ks1friyst4m3.cloudfront.net/toolbar/prod/td.js"></script>
</footer>
Expand Down

0 comments on commit 85debf7

Please sign in to comment.