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

Commit

Permalink
We were previously at v0.3.1 so bumping to v0.3.2
Browse files Browse the repository at this point in the history
Improvements since the last release:

- Improvements to the project page
- Joining a small group by attendance code
- Fix attendance checker
- Improvements to frontent code
- Delete photo fix
  • Loading branch information
agundy committed Feb 18, 2017
1 parent 5654ae2 commit 1c02517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/footer/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="footer footer-default footer-static-top">
<p>
Observatory | An <a href="http://rcos.io" title="Rensselaer Center for Open Source">RCOS</a> project | <a href="https://github.com/rcos/Observatory3/issues">Issues</a> | v0.3.1
Observatory | An <a href="http://rcos.io" title="Rensselaer Center for Open Source">RCOS</a> project | <a href="https://github.com/rcos/Observatory3/issues">Issues</a> | v0.3.2
</p>
</div>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "observatory3",
"version": "0.3.1",
"version": "0.3.2",
"main": "server/app.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 1c02517

Please sign in to comment.