Skip to content

Commit bc606e3

Browse files
committed
Update for next meetup (May 10, 2017)
1 parent 9fce941 commit bc606e3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30686,8 +30686,8 @@
3068630686
value: true
3068730687
});
3068830688
var nextMeetup = exports.nextMeetup = {
30689-
date: 'April 12, 2017',
30690-
link: 'https://www.meetup.com/Hamburg-AngularJS-Meetup/events/234414335/'
30689+
date: 'May 10, 2017',
30690+
link: 'https://www.meetup.com/Hamburg-AngularJS-Meetup/events/234414340/'
3069130691
};
3069230692

3069330693
var nextTalks = exports.nextTalks = [{

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ try {
2828
logError('Failed to import:', e)
2929
}
3030

31-
const VERSION = '0.7.0'
31+
const VERSION = '0.7.1'
3232
const PREFETCH_CACHE = `ng-hh-prefetch-cache-v${VERSION}`
3333
const RUNTIME_CACHE = `ng-hh-runtime-cache-v${VERSION}`
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular.hamburg",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "The angular.hamburg website for Hamburg's Angular Meetup, jokingly made with React.",
55
"main": "index.js",
66
"scripts": {

src/components/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
export const nextMeetup = {
3-
date: 'April 12, 2017',
4-
link: 'https://www.meetup.com/Hamburg-AngularJS-Meetup/events/234414335/'
3+
date: 'May 10, 2017',
4+
link: 'https://www.meetup.com/Hamburg-AngularJS-Meetup/events/234414340/'
55
}
66

77
export const nextTalks = [

src/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ try {
2828
logError('Failed to import:', e)
2929
}
3030

31-
const VERSION = '0.7.0'
31+
const VERSION = '0.7.1'
3232
const PREFETCH_CACHE = `ng-hh-prefetch-cache-v${VERSION}`
3333
const RUNTIME_CACHE = `ng-hh-runtime-cache-v${VERSION}`
3434

0 commit comments

Comments
 (0)