Skip to content

Commit

Permalink
version to 0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdfgdfg committed Dec 24, 2019
1 parent 5390e96 commit b138447
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/bash/sh
export VERSION=0.25.2
export VERSION=0.25.3

sudo apt-get install gcc-mingw-w64-i686
env GOOS=windows GOARCH=386 CGO_ENABLED=1 CC=i686-w64-mingw32-gcc go build -ldflags "-s -w -extldflags -static -extldflags -static" -buildmode=c-shared -o npc_sdk.dll cmd/npc/sdk.go
Expand Down
2 changes: 1 addition & 1 deletion gui/npc/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="0.25.2"
android:versionName="0.25.3"
package="org.nps.client"
platformBuildVersionCode="15"
platformBuildVersionName="4.0.4-1406430">
Expand Down
2 changes: 1 addition & 1 deletion lib/version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

const VERSION = "0.25.2"
const VERSION = "0.25.3"

// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {
Expand Down

0 comments on commit b138447

Please sign in to comment.