Skip to content

Commit

Permalink
Merge pull request #36 from TAMULib/version-2.1.0
Browse files Browse the repository at this point in the history
Version to 2.1.0
  • Loading branch information
jmicah committed Nov 2, 2021
2 parents ef4ccdc + 34495e9 commit 8da9181
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/config/appConfig_sample.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var appConfig = {

'version': 'GIFMButton UI',
'version': '2.1.0',

'allowAnonymous': false,

Expand Down
10 changes: 3 additions & 7 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<base href="/catalog-ui/">
<base href="/get-it/">

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Catalog UI :: Texas A&amp;M Libraries</title>
<title>GIFM Button UI :: Texas A&amp;M Libraries</title>

<link rel="shortcut icon" href="resources/images/favicon.ico" type="image/x-icon" />

Expand All @@ -34,7 +34,7 @@
<!-- Content placed here will appear on every page -->
<main>

<tamuheader title="Catalog UI"></tamuheader>
<tamuheader title="GIFM Button UI"></tamuheader>

<alerts types="WARNING, ERROR"></alerts>
<alerts seconds="45" channels="auth/register" types="SUCCESS"></alerts>
Expand Down Expand Up @@ -91,10 +91,6 @@
</div>

<div ng-view class="view"></div>

<footer>
Catalog UI Version: <span app-version></span>
</footer>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "catalog-ui",
"name": "get-it",
"private": true,
"version": "2.0.4",
"description": "An angular frontend for the Catalog Service",
"repository": "https://github.com/TAMULib/CatalogUI.git",
"version": "2.1.0",
"description": "An angular frontend for the GIFM Button Service",
"repository": "https://github.com/TAMULib/GIFMButtonUI.git",
"license": "MIT",
"scripts": {
"prestart": "npm install -g grunt-cli",
Expand All @@ -18,8 +18,8 @@
"preprotractor": "npm run update-webdriver",
"protractor": "protractor e2e/protractor.conf.js",
"stop": "wvr server --stop",
"start": "wvr server -b /cap --prod --uid catalog-webserver",
"start-dev": "wvr server -b /catalog-ui --uid catalog-webserver"
"start": "wvr server -b /get-it --prod --uid getit-webserver",
"start-dev": "wvr server -b /get-it --uid getit-webserver"
},
"dependencies": {
"@wvr/core": "2.0.7",
Expand Down

0 comments on commit 8da9181

Please sign in to comment.