Skip to content

Commit

Permalink
Bump to version 1.0.0-alpha4 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboyette-okta authored Dec 2, 2017
1 parent f3902c0 commit 8221bff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.vscode
.DS_STORE

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: csharp
mono: latest # Necessary for Cake and DocFx (for now)
dotnet: 1.0.3 # .NET Core
dotnet: 1.0.4 # .NET Core
dist: trusty
script:
- ./build.sh
Expand Down
2 changes: 1 addition & 1 deletion src/Okta.Sdk/Okta.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.0.0-alpha3</Version>
<Version>1.0.0-alpha4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8221bff

Please sign in to comment.