Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Dec 20, 2015
1 parent 5ae43b2 commit 7ca5200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/app-config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
angular.module('hdbApp')
.factory('appConfig', function () {
return {
'version': "1.0.0",
'version': "1.0.1",
'github': {
'user': "sebastian-leidig",
'repository': "helgo_db"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hdb",
"description": "HELGO DB: A simple database system for a NGO",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/sebastian-leidig/helgo_db",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hdb",
"description": "HELGO DB: A simple database system for a NGO",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/sebastian-leidig/helgo_db",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 7ca5200

Please sign in to comment.