Skip to content

Commit

Permalink
Update version number for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinleyid committed May 9, 2023
1 parent 2e49193 commit eda7386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2st.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var two_step_task = {
'timeout': null
},
set_files_to_default: function() {
var path = 'https://cdn.jsdelivr.net/gh/kinleyid/jspsych-2st@v0.7.0/img/';
var path = 'https://cdn.jsdelivr.net/gh/kinleyid/jspsych-2st@v1.0.0/img/';
var img_name;
for (img_name in two_step_task.images.filenames) {
two_step_task.images.filenames[img_name] = path + img_name + '.svg';
Expand Down

0 comments on commit eda7386

Please sign in to comment.