Skip to content

Commit a537c11

Browse files
committed
Version bump
1 parent 24ced53 commit a537c11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 GEDYS IntraWare GmbH
3+
Copyright (c) 2018-2019 GEDYS IntraWare GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ Run path: `@executable_path/../../Frameworks` for extension
8989
Always embedd swift standard libraries: ``NO`` for extension
9090
9191
## Acknowledgements
92-
Thanks to [David Strausz](https://github.com/DavidStrausz) whose [plugin](https://github.com/DavidStrausz/cordova-plugin-today-widget) is the base of all hooks, which add the extension during `cordova platform add ios`
92+
Thanks to [@David Strausz](https://github.com/DavidStrausz) whose [plugin](https://github.com/DavidStrausz/cordova-plugin-today-widget) is the base of all hooks, which add the extension during `cordova platform add ios`

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-call-directory" version="1.4.0">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-call-directory" version="1.5.0">
33
<name>CallDirectory</name>
44
<author>GEDYS IntraWare</author>
55
<description>Cordova plugin to build an iOS Call Directory extension</description>

0 commit comments

Comments
 (0)