Skip to content

Commit

Permalink
Updated and tested 1.12 (#211)
Browse files Browse the repository at this point in the history
# Details
A simple update to PSPDFKit for Windows 1.12.
All tested fine.
  • Loading branch information
nickwinder authored Apr 16, 2019
1 parent 4e80b15 commit 659f9da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "1.23.6",
"version": "1.23.7",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Catalog",
"version": "1.23.6",
"version": "1.23.7",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
Expand Down
2 changes: 1 addition & 1 deletion samples/Catalog/windows/Catalog/Catalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
</SDKReference>
<SDKReference Include="PSPDFKitSDK, Version=1.11.0">
<SDKReference Include="PSPDFKitSDK, Version=1.12.0">
<Name>PSPDFKit for UWP</Name>
</SDKReference>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
</SDKReference>
<SDKReference Include="PSPDFKitSDK, Version=1.11.0">
<SDKReference Include="PSPDFKitSDK, Version=1.12.0">
<Name>PSPDFKit for UWP</Name>
</SDKReference>
</ItemGroup>
Expand Down Expand Up @@ -176,4 +176,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 659f9da

Please sign in to comment.