Skip to content

Commit

Permalink
[RELEASE] 0.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobor-spins committed May 2, 2019
1 parent 8084ec3 commit a5bc8d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SnipsPlatform.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SnipsPlatform'
s.version = '0.63.0-RC1'
s.version = '0.63.0'
s.summary = 'The Swift framework for the Snips Platform'
s.description = <<-DESC
The Snips Voice Platform allows anyone to integrate AI powered voice interaction in their devices with ease.
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_core.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="0.63.0-RC1"
VERSION="0.63.0"
LIBRARY_NAME=libsnips_megazord
LIBRARY_NAME_A_IOS=${LIBRARY_NAME}-ios.a
LIBRARY_NAME_A_MACOS=${LIBRARY_NAME}-macos.a
Expand Down

0 comments on commit a5bc8d6

Please sign in to comment.