Skip to content

Commit 50a3222

Browse files
committed
Small fixes, trying to make TravisCI happy again.
1 parent 80c441a commit 50a3222

37 files changed

Lines changed: 155 additions & 121 deletions

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automapper-ts",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "A convention-based object-object mapper in JavaScript, written in TypeScript. Ported from the original C# AutoMapper library at https://github.com/AutoMapper/AutoMapper.",
55
"keywords": [
66
"automapper",

dist/automapper-classes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// [bundle remove start]
22
/// <reference path="automapper-interfaces.d.ts" />
33
// [bundle remove end]
4-
// Type definitions for AutoMapper.js 1.8.0
4+
// Type definitions for AutoMapper.js 1.8.1
55
// Project: https://github.com/loedeman/AutoMapper
66
// Definitions by: Bert Loedeman <https://github.com/loedeman>
77
// Definitions: https://github.com/borisyankov/DefinitelyTyped

dist/automapper-declaration.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/// <reference path="automapper-classes.d.ts" />
44

5-
// Type definitions for AutoMapper.js 1.8.0
5+
// Type definitions for AutoMapper.js 1.8.1
66
// Project: https://github.com/loedeman/AutoMapper
77
// Definitions by: Bert Loedeman <https://github.com/loedeman>
88
// Definitions: https://github.com/borisyankov/DefinitelyTyped

dist/automapper-interfaces.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// [bundle remove start]
2-
// Type definitions for AutoMapper.js 1.8.0
2+
// Type definitions for AutoMapper.js 1.8.1
33
// Project: https://github.com/loedeman/AutoMapper
44
// Definitions by: Bert Loedeman <https://github.com/loedeman>
55
// Definitions: https://github.com/borisyankov/DefinitelyTyped

dist/automapper.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for AutoMapper.js 1.8.0
1+
// Type definitions for AutoMapper.js 1.8.1
22
// Project: https://github.com/loedeman/AutoMapper
33
// Definitions by: Bert Loedeman <https://github.com/loedeman>
44
// Definitions: https://github.com/borisyankov/DefinitelyTyped

dist/automapper.js

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/automapper.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/automapper.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/automapper.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulp.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var GulpConfig = (function () {
33

44
function gulpConfig() {
5-
this.libraryVersion = '1.8.0';
5+
this.libraryVersion = '1.8.1';
66
// folder definitions
77
this.baseFolder = './';
88

0 commit comments

Comments
 (0)